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