gtk-sharp0.0.0.0neutralGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Tells about certain properties of the .System.EnumSystem.IComparableSystem.IConvertibleSystem.IFormattableSystem.FlagsAttributeFieldGtk.WidgetFlagsWidgets without a real parent, as there are s and s have this flag set throughout their lifetime.
Toplevel widgets always contain their own .
FieldGtk.WidgetFlagsIndicative for a that does not provide its own .
Visible action (e.g. drawing) is performed on the parent's .
FieldGtk.WidgetFlags Set by , unset by .
A realized has an associated .
FieldGtk.WidgetFlagsSet by , unset by .
Only realized widgets can be mapped. It means that has been called on the widgets window(s).
FieldGtk.WidgetFlags Set by , unset by . Implies that a will be mapped as soon as its parent is mapped.
Implies that a will be mapped as soon as its parent is mapped.
FieldGtk.WidgetFlagsSet and unset by . The sensitivity of a determines whether it will receive certain events (e.g. button or key presses).
One premise for the widgets sensitivity is to have this flag set.
FieldGtk.WidgetFlagsSet and unset by operations on the parents of the .
This is the second premise for the widgets sensitivity. Once it has and set, its state is effectively sensitive.
FieldGtk.WidgetFlagsDetermines whether a is able to handle focus grabs.
Determines whether a is able to handle focus grabs.
FieldGtk.WidgetFlags Set by for widgets that also have set.
The flag will be unset once another widget grabs the focus.
FieldGtk.WidgetFlagsThe is allowed to receive the default action via .
The is allowed to receive the default action via .
FieldGtk.WidgetFlags The currently is receiving the default action.
The currently is receiving the default action.
FieldGtk.WidgetFlags Set by gtk_grab_add(), unset by gtk_grab_remove().
It means that the widget is in the grab_widgets stack, and will be the preferred one for receiving events other than ones of cosmetic value.
FieldGtk.WidgetFlagsIndicates that the widgets style has been looked up through the rc mechanism.
It does not imply that the actually had a style defined through the rc mechanism.
FieldGtk.WidgetFlagsIndicates that the is a composite child of its parent.
See , .
FieldGtk.WidgetFlagsUnused since before GTK 1.2, will be removed in a future version.FieldGtk.WidgetFlagsSet and unset by .
Must be set on widgets whose window the application directly draws on, in order to keep GTK# from overwriting the drawn stuff.
FieldGtk.WidgetFlagsThe when focused will receive the default action and have set even if there is a different widget set as default.
The when focused will receive the default action and have set even if there is a different widget set as default.
FieldGtk.WidgetFlagsSet and unset by . Indicates that exposes done on the should be double-buffered.
Indicates that exposes done on the should be double-buffered.
FieldSystem.Int32Internal field.Do not use.FieldGtk.WidgetFlagsWhether calls to ShowAll and HideAll will effect the widget.