Dokumentaro de Gambaso
Compilation & Installation
Components
gb
gb.crypt
gb.qt4
Control
Key
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

_Draw_Style (gb.qt4)

Style drawing methods.

These methods draw GUI elements by following the current GUI theme.

This class is virtual.

This class is not creatable.

Methods
Arrow   Draws an arrow.
Box   Draws a box frame.
Button   Draws a push button frame.
Check   Draws a check box.
Handle   Draws a splitter or toolbar handle.
Option   Draws an option button.
Panel   Draws a panel frame.
Separator   Draws a toolbar separator.

These methods usually take a Flag argument that is a combination of the following constants:

Flag Effect
Draw.Normal Draws a control in its active state.
Draw.Disabled Draws a control in its disable state.
Draw.Focus The control has the focus.
Draw.Hover The control is hovered by the mouse cursor.

See also