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.20.21 Index]