GtkObjectFlags

Warning GtkObjectFlags has been deprecated since version 2.22 and should not be used in newly-written code. Do not re-use GtkObject flags but use your own variable to store flags. Tells about the state of the object. GTK_IN_DESTRUCTION the object is currently being destroyed. This is used internally by GTK+ to prevent reinvokations during destruction. GTK_FLOATING GTK_RESERVED_1 GTK_RESERVED_2 reserved for future use

Values

ValueMeaning
IN_DESTRUCTION1 << 0
FLOATING1 << 1
RESERVED_11 << 2
RESERVED_21 << 3

Meta