summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/gtk2mmapp/main_window.cpp
blob: 3a7df9cfe57de30a5c804b11a9ede13f7184b566 (plain)
1
2
3
4
5
6
7
8
9
10
%{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;
}