25 #ifndef CGU_APPLICATION_H
26 #define CGU_APPLICATION_H
42 #if defined(DOXYGEN_PARSING) || GTK_CHECK_VERSION(2,99,0)
50 virtual const char*
what()
const throw() {
return "ApplicationNameError\n";}
314 std::list<WinBase*> win_list;
507 int run(
int argc,
char** argv) {
508 return g_application_run(G_APPLICATION(app.
get()), argc, argv);
590 Application(
const char* prog_name, GApplicationFlags flags);
612 #endif // GTK_CHECK_VERSION(2,99,0)
616 #endif // CGU_APPLICATION_H