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/gnome2mmapp/main_window.cpp

15 lines
214 B

%{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();
}