GtkObjectFlags {RGtk2} | R Documentation |
These functions allow one retrieve GtkObject flags and set them on GtkWidgets.
gtkObjectFlags(object) gtkWidgetSetFlags(wid, flags) gtkWidgetUnsetFlags(wid, flags)
object |
the object for the flags query |
wid |
the widget |
flags |
the flags to (un)set on the widget |
Michael Lawrence