cwidget 0.5.16
|
Public Member Functions | |
void | set_subwidget (const util::ref_ptr< widget > &w) |
void | set_subwidget (widget &w) |
widget_ref | get_subwidget () |
void | destroy () |
Destroys the visible representation of this widget and disconnects it from any children that it may have. | |
virtual void | show_all () |
Display this widget and all its subwidgets. | |
virtual void | add_widget (const widget_ref &w) |
virtual void | rem_widget (const widget_ref &w) |
widget_ref | get_focus () |
void | paint (const style &st) |
Display this widget. |
void cwidget::widgets::bin::paint | ( | const style & | st | ) | [virtual] |
Display this widget.
st | the style environment in which the widget is to be displayed. |
Implements cwidget::widgets::widget.
Reimplemented in cwidget::widgets::frame.
void cwidget::widgets::bin::show_all | ( | ) | [virtual] |
Display this widget and all its subwidgets.
Implements cwidget::widgets::container.