221 #if defined(DOXYGEN_PARSING) || defined(CGU_USE_GTK) 223 #if GTK_CHECK_VERSION(2,99,0) 230 GtkWindow* g_window_p;
237 #if GTK_CHECK_VERSION(2,99,0) 240 void set_application(
Application* app) {app_p = app;}
241 void unset_application() {app_p = 0;}
278 #if defined(DOXYGEN_PARSING) || GTK_CHECK_VERSION(3,94,0) 289 #if defined(DOXYGEN_PARSING) || !GTK_CHECK_VERSION(3,94,0) 294 #if GTK_CHECK_VERSION(2,99,0) 297 #ifndef DOXYGEN_PARSING 319 GtkWindow*
get_win()
const {
return g_window_p;}
349 #if defined(DOXYGEN_PARSING) || !GTK_CHECK_VERSION(3,90,0) 386 #ifdef DOXYGEN_PARSING 387 WinBase(
const char* caption = 0, GdkPixbuf/GdkTexture* icon = 0,
bool modal =
false,
388 GtkWindow* parent = 0, GtkWindow* window = 0);
389 #elif GTK_CHECK_VERSION(3,93,0) 390 WinBase(
const char* caption = 0, GdkTexture* icon = 0,
bool modal =
false,
391 GtkWindow* parent = 0, GtkWindow* window = 0);
393 WinBase(
const char* caption = 0, GdkPixbuf* icon = 0,
bool modal =
false,
394 GtkWindow* parent = 0, GtkWindow* window = 0);
407 #ifdef CGU_USE_GLIB_MEMORY_SLICES_NO_COMPAT 412 #endif // CGU_USE_GTK 416 #endif // CGU_WINDOW_H GtkWindow * get_win() const
Definition: window.h:319
This is a class for constructing and managing GtkApplication objects.
Definition: application.h:409
virtual void on_delete_event()
virtual int get_exec_val() const
WinBase(const WinBase &)=delete
This is a class for managing the lifetime of top level widgets.
Definition: window.h:227
Definition: application.h:44
void show_all()
Definition: window.h:350
virtual void on_close_request()
WinBase & operator=(const WinBase &)=delete
void show()
Definition: window.h:360
#define CGU_GLIB_MEMORY_SLICES_FUNCS
Definition: cgu_config.h:84