module Iup::CommonAttributes
Defines attributes common to most widgets
Attributes¶ ↑
- active
-
Enables or prevents user interaction. Typically, a widget will appear greyed-out when inactive. Values 'yes' / 'no'.
- bgcolor
-
Specify RGB values for background colour, as “r g b”.
- fgcolor
-
Specify RGB values for foreground colour, as “r g b”.
- font
-
Sets the widget's font, using a font description.
- maxsize
-
Maximum size of widget, value as “widthxheight”.
- minsize
-
Minimum size of widget, value as “widthxheight”.
- size
-
Size of the widget, in character units, value as “widthxheight”.
- visible
-
Shows or hides the widget. Values 'yes' / 'no'.
- wid
-
read-only Native widget identifier.
- zorder
-
write-only Alters z-order, values as 'top' / 'bottom'.