Rev 55 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
A simple way to get the event loop working islibrary(gtk).C("R_gtk_setEventHandler")Thengtk()plot(1:10)and resizes, expose events, etc. will be handled.If using the RGtk package, one can use the asGTKDevice() functioneasily. The devices.S file in the examples/ directory can be usedto show a notebook containing multiple pages of different configurationsof devices. These includea) a scrolled deviceb) a dynamic paned layout containing devices and grips with which onecan adjust the size allocated for a device. This is like an interactive,re-sizeable version of layout().c) a regular device in its own page.