libt3widget
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups
List of all members | Public Member Functions
t3_widget::widget_container_t Class Reference
Inheritance diagram for t3_widget::widget_container_t:
t3_widget::container_t t3_widget::window_component_t t3_widget::expander_t

Public Member Functions

virtual widget_tis_child_hotkey (key_t key)=0
- Public Member Functions inherited from t3_widget::container_t
virtual bool is_child (window_component_t *component)=0
 Determine whether a window_compnent_t is a child of the container_t.
virtual void set_child_focus (window_component_t *target)=0
 Set the focus to a specific window component.

Additional Inherited Members

- Protected Member Functions inherited from t3_widget::container_t
virtual bool set_widget_parent (window_component_t *widget)
 Make widget a child window of this container_t, by setting its parent window.
virtual void unset_widget_parent (window_component_t *widget)
 Unset the parent window for a widget.