[][src]Module orbtk::behaviors

Behavior widgets are provides a default set of event actions like mouse event handling. Use them as child to expand the event behavior of your widget.

Structs

FocusBehavior

The FocusBehavior widget is used to handle internal the pressed behavior of a widget.

FocusBehaviorState

The FocusBehaviorState handles the FocusBehavior widget.

MouseBehavior

The MouseBehavior widget is used to handle internal the pressed behavior of a widget.

MouseBehaviorState

The MouseBehaviorState handles the MouseBehavior widget.

SelectionBehavior

The SelectionBehavior widget is used to handle internal the pressed behavior of a widget.

SelectionBehaviorState

The SelectionBehaviorState handles the SelectionBehavior widget.