14 #ifndef T3_WIDGET_MAINWINDOW_H 15 #define T3_WIDGET_MAINWINDOW_H 17 #include <t3widget/interfaces.h> 18 #include <t3widget/dialogs/dialog.h> 35 void set_size_real(
int height,
int width);
39 virtual void close(
void);
42 virtual void update_contents(
void);
45 virtual void show(
void);
Base class for the application's main window.
Definition: mainwindow.h:30