cwidget
0.5.16
|
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_win > | create () |
static const style & | retr_header_style () |
static const style & | retr_status_style () |
int cwidget::widgets::minibuf_win::height_request | ( | int | width | ) | [virtual] |
Calculate the desired height of the widget, given its width.
width | the width of this widget |
Implements cwidget::widgets::widget.
References cwidget::widgets::widget::height_request().
void cwidget::widgets::minibuf_win::paint | ( | const style & | st | ) | [virtual] |
Display this widget.
st | the style environment in which the widget is to be displayed. |
Implements cwidget::widgets::widget.
References cwidget::widgets::widget::display().
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] |
Implements cwidget::widgets::widget.
References cwidget::widgets::label::width_request(), cwidget::widgets::multiplex::width_request(), and cwidget::widgets::widget::width_request().