14 #ifndef T3_WIDGET_POPUP_H
15 #define T3_WIDGET_POPUP_H
17 #include <t3widget/dialogs/dialogbase.h>
29 popup_t(
int height,
int width,
bool shadow =
true,
bool _draw =
true);
32 virtual bool process_key(
key_t key);
33 virtual void update_contents(
void);
34 virtual void show(
void);
35 virtual void hide(
void);