cwidget 0.5.16
Public Member Functions
cwidget::widgets::bin Class Reference
Inheritance diagram for cwidget::widgets::bin:
cwidget::widgets::passthrough cwidget::widgets::container cwidget::widgets::widget trackable cwidget::widgets::center cwidget::widgets::frame cwidget::widgets::size_box cwidget::widgets::transient

List of all members.

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.

Member Function Documentation

void cwidget::widgets::bin::paint ( const style st) [virtual]

Display this widget.

Parameters:
stthe 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.


The documentation for this class was generated from the following files: