summaryrefslogtreecommitdiff
path: root/apps/X11/wxSword/gui_sword.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/X11/wxSword/gui_sword.h')
-rw-r--r--apps/X11/wxSword/gui_sword.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/X11/wxSword/gui_sword.h b/apps/X11/wxSword/gui_sword.h
new file mode 100644
index 0000000..9cdc152
--- /dev/null
+++ b/apps/X11/wxSword/gui_sword.h
@@ -0,0 +1,11 @@
+// Define a new application
+class MyApp: public wxApp
+{
+ public:
+ bool OnInit(void);
+ bool InitToolbar(wxToolBar* toolBar);
+};
+
+
+#define ID_TOOLBAR 500
+