summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/gtk2mmapp/main_window.hh
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-17 20:50:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-17 23:50:37 +0900
commit3e3d9eda9d1dd8c67c1c27c6a9bdc68bdecfcc30 (patch)
tree6af0b8ba2786060423ba143e894bf9529d351f8d /languages/cpp/app_templates/gtk2mmapp/main_window.hh
parentf08b30edb9f422128083050320681b6bacd06d1d (diff)
downloadtdevelop-3e3d9eda9d1dd8c67c1c27c6a9bdc68bdecfcc30.tar.gz
tdevelop-3e3d9eda9d1dd8c67c1c27c6a9bdc68bdecfcc30.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'languages/cpp/app_templates/gtk2mmapp/main_window.hh')
-rw-r--r--languages/cpp/app_templates/gtk2mmapp/main_window.hh19
1 files changed, 0 insertions, 19 deletions
diff --git a/languages/cpp/app_templates/gtk2mmapp/main_window.hh b/languages/cpp/app_templates/gtk2mmapp/main_window.hh
deleted file mode 100644
index 640e1461..00000000
--- a/languages/cpp/app_templates/gtk2mmapp/main_window.hh
+++ /dev/null
@@ -1,19 +0,0 @@
-%{HH_TEMPLATE}
-
-// newer (non customized) versions of this file go to main_window.hh_new
-
-// you might replace
-// class foo : public foo_glade { ... };
-// by
-// typedef foo_glade foo;
-// if you didn't make any modifications to the widget
-
-#ifndef _MAIN_WINDOW_HH
-# include "main_window_glade.hh"
-# define _MAIN_WINDOW_HH
-class main_window : public main_window_glade
-{
-
- bool quit(GdkEventAny *ev);
-};
-#endif