GtkObjectFlags {RGtk2}R Documentation

Set and get GtkWidget flag values.

Description

These functions allow one retrieve GtkObject flags and set them on GtkWidgets.

Usage

gtkObjectFlags(object)
gtkWidgetSetFlags(wid, flags)
gtkWidgetUnsetFlags(wid, flags)

Arguments

object the object for the flags query
wid the widget
flags the flags to (un)set on the widget

Author(s)

Michael Lawrence


[Package RGtk2 version 2.12.5-3 Index]