#include <transient.h>
Inheritance diagram for cwidget::widgets::transient:
Public Member Functions | |
int | width_request () |
int | height_request (int width) |
Calculate the desired height of the subwidget. | |
bool | focus_me () |
bool | handle_char (chtype ch) |
Destroy the transient. | |
Static Public Member Functions | |
static util::ref_ptr< transient > | create (const widget_ref &w=NULL) |
Create a new transient. | |
Protected Member Functions | |
transient (const widget_ref &w) |
It captures all keystrokes (preventing the subwidget from recieving them), and destroys itself upon receiving one.
|
Create a new transient.
|
|
Reimplemented from cwidget::widgets::widget. |
|
Destroy the transient.
|
|
Calculate the desired height of the subwidget.
Implements cwidget::widgets::widget. |
|
Implements cwidget::widgets::widget. |