summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/gnome2mmapp/main_window.cc
blob: 4c73911b0a93b56c2de1782559c95db4af4d11f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
%{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"

#include <gtk--/main.h>

gint main_window::quit(GdkEventAny *ev)
{
    Gtk::Main::quit();
}