Package: gtk
GEnum gtk:state-type
Declaration(gobject:define-genum "GtkStateType" state-type (:export t :type-initializer "gtk_state_type_get_type") (:normal 0) (:active 1) (:prelight 2) (:selected 3) (:insensitive 4) (:inconsistent 5) (:focused 6)) Values
Details
This type indicates the current state of a widget. The state determines how the widget is drawn. The gtk:state-type
enumeration is also used to identify different colors in a deprecated GtkStyle object for drawing, so states can be used for subparts of a
widget as well as entire widgets. Warning | See also |
2024-3-21