14 #ifndef T3_WIDGET_INPUTSELECTIONDIALOG_H
15 #define T3_WIDGET_INPUTSELECTIONDIALOG_H
18 #include <t3widget/dialogs/dialog.h>
19 #include <t3widget/widgets/frame.h>
20 #include <t3widget/widgets/label.h>
21 #include <t3widget/widgets/checkbox.h>
22 #include <t3widget/widgets/textwindow.h>
28 struct T3_WIDGET_LOCAL implementation_t {
29 cleanup_ptr<text_buffer_t>::t text;
30 frame_t *text_frame, *label_frame;
33 checkbox_t *enable_simulate_box, *disable_timeout_box;
36 pimpl_ptr<implementation_t>::t impl;
41 virtual bool process_key(
key_t key);
42 virtual void show(
void);
45 void ok_activated(
void);
46 void check_state(
void);
50 T3_WIDGET_SIGNAL(activate,
void);
Definition: textbuffer.h:34
Definition: textwindow.h:25