blob: 152a660c10f34ed8800d3e20219bc24fb39a3c98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
%{CC_TEMPLATE}
// This file is for your program, I won't touch it again!
#include "config.h"
#include "main_window.h"
#include <gtk--/main.h>
gint main_window::quit(GdkEventAny *ev)
{
Gtk::Main::quit();
}
|