cwidget
0.5.16
|
Public Member Functions | |
virtual void | add_widget (const widget_ref &)=0 |
void | add_visible_widget (const widget_ref &, bool visible) |
virtual void | rem_widget (const widget_ref &)=0 |
void | add_widget_bare (widget &w) |
void | add_visible_widget_bare (widget &w, bool visible) |
void | rem_widget_bare (widget &w) |
virtual widget_ref | get_active_widget ()=0 |
Return the currently "active" child of this container, or NULL. | |
virtual void | show_all ()=0 |
Display this widget and all its subwidgets. |
virtual widget_ref cwidget::widgets::container::get_active_widget | ( | ) | [pure virtual] |
Return the currently "active" child of this container, or NULL.
Implemented in cwidget::widgets::menubar, and cwidget::widgets::passthrough.
virtual void cwidget::widgets::container::show_all | ( | ) | [pure virtual] |
Display this widget and all its subwidgets.
Reimplemented from cwidget::widgets::widget.
Implemented in cwidget::widgets::table, cwidget::widgets::menubar, cwidget::widgets::multiplex, cwidget::widgets::minibuf_win, cwidget::widgets::stacked, and cwidget::widgets::bin.