cwidget::widgets::minibuf_win Class Reference

Inheritance diagram for cwidget::widgets::minibuf_win:
cwidget::widgets::passthrough cwidget::widgets::container cwidget::widgets::widget trackable

List of all members.

Public Member Functions

void destroy ()
 Destroys the visible representation of this widget and disconnects it from any children that it may have.
void set_main_widget (const widget_ref &w)
int width_request ()
int height_request (int w)
 Calculate the desired height of the widget, given its width.
void layout_me ()
virtual void paint (const style &st)
 Display this widget.
void show_header ()
void show_status ()
void set_status (std::string new_status)
void set_header (std::string new_header)
widget_ref get_focus ()
void display_error (std::string err)
void add_widget (const widget_ref &widget)
void rem_widget (const widget_ref &widget)
void show_all ()
 Display this widget and all its subwidgets.

Static Public Member Functions

static util::ref_ptr< minibuf_wincreate ()
static const styleretr_header_style ()
static const styleretr_status_style ()

Member Function Documentation

int cwidget::widgets::minibuf_win::height_request ( int  width  )  [virtual]

Calculate the desired height of the widget, given its width.

Parameters:
width the width of this widget
Returns:
the desired height

Implements cwidget::widgets::widget.

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

Display this widget.

Parameters:
st the style environment in which the widget is to be displayed.

Implements cwidget::widgets::widget.

void cwidget::widgets::minibuf_win::show_all (  )  [virtual]

Display this widget and all its subwidgets.

Implements cwidget::widgets::container.

int cwidget::widgets::minibuf_win::width_request (  )  [virtual]
Returns:
the desired width of the widget.

Implements cwidget::widgets::widget.


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

Generated on Thu Oct 22 19:15:32 2009 for cwidget by  doxygen 1.6.1