You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdevelop/languages/cpp/app_templates/gtk2mmapp/main_window.cpp

11 lines
176 B

%{CC_TEMPLATE}
// This file is for your program, I won't touch it again!
#include "config.h"
#include "main_window.h"
bool main_window::quit(GdkEventAny *ev)
{ return 0;
}