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.cc

13 lines
251 B

%{CC_TEMPLATE}
// newer (non customized) versions of this file go to main_window.cc_new
// This file is for your program, I won't touch it again!
#include "config.h"
#include "main_window.hh"
bool main_window::quit(GdkEventAny *ev)
{ return 0;
}