[−][src]Module orbtk_widgets::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 |
FocusBehaviorCtx | Represents a widget context that provides methods to access the properties of a widget. |
FocusBehaviorState | The |
MouseBehavior | The |
MouseBehaviorCtx | Represents a widget context that provides methods to access the properties of a widget. |
MouseBehaviorState | The |
SelectionBehavior | The |
SelectionBehaviorCtx | Represents a widget context that provides methods to access the properties of a widget. |
SelectionBehaviorState | The |
TextBehavior | The TextBehavior widget shares the same logic of handling text input between tex-related widgets. |
TextBehaviorCtx | Represents a widget context that provides methods to access the properties of a widget. |
TextBehaviorState | The |
Functions
focus_behavior | Gets a context wrapper to access the properties of the widget. |
mouse_behavior | Gets a context wrapper to access the properties of the widget. |
selection_behavior | Gets a context wrapper to access the properties of the widget. |
text_behavior | Gets a context wrapper to access the properties of the widget. |