libt3widget
|
Public Member Functions | |
virtual widget_t * | is_child_hotkey (key_t key)=0 |
![]() | |
virtual bool | is_child (window_component_t *component)=0 |
Determine whether a window_compnent_t is a child of the container_t. More... | |
virtual void | set_child_focus (window_component_t *target)=0 |
Set the focus to a specific window component. More... | |
Additional Inherited Members | |
![]() | |
virtual bool | set_widget_parent (window_component_t *widget) |
Make widget a child window of this container_t, by setting its parent window. More... | |
virtual void | unset_widget_parent (window_component_t *widget) |
Unset the parent window for a widget . More... | |