cwidget  0.5.16
Public Member Functions | Static Public Member Functions
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:
widththe width of this widget
Returns:
the desired height

Implements cwidget::widgets::widget.

References cwidget::widgets::widget::height_request().

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

Display this widget.

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

Implements cwidget::widgets::widget.

References cwidget::widgets::widget::display().

Display this widget and all its subwidgets.

Implements cwidget::widgets::container.


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