Public Member Functions | |
virtual widget_ref | get_focus ()=0 |
widget_ref | get_active_widget () |
Return the currently "active" child of this container, or NULL. | |
virtual void | dispatch_mouse (short id, int x, int y, int z, mmask_t bstate) |
virtual bool | focus_me () |
virtual bool | get_cursorvisible () |
virtual point | get_cursorloc () |
Protected Member Functions | |
virtual bool | handle_key (const config::key &k) |
Handles a keypress in this widget. | |
void | defocus () |
void | refocus () |
widget_ref cwidget::widgets::passthrough::get_active_widget | ( | ) | [virtual] |
Return the currently "active" child of this container, or NULL.
Implements cwidget::widgets::container.
bool cwidget::widgets::passthrough::handle_key | ( | const config::key & | k | ) | [protected, virtual] |
Handles a keypress in this widget.
k | the key that was pressed (see keybindings.h). |
Reimplemented from cwidget::widgets::widget.
Reimplemented in cwidget::widgets::table.