Karl Zweimüller / Menu

Fork of Menu by Peihsun Yeh

Revision:
9:c9df0b33d176
Parent:
8:fbaeab73fe1a
Child:
10:2b6ddf53b05e
diff -r fbaeab73fe1a -r c9df0b33d176 Selection.h
--- a/Selection.h	Fri Jan 16 22:23:34 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-#ifndef SELECTION_H
-#define SELECTION_H
-
-#include "Menu.h"
-
-class Menu; 
-
-class Selection {
-    private:
-        
-    public:
-        void (*fun)();   // pointer to a function to execute 
-        char* selText;   // selection text
-        int pos;         // selection position
-        Menu *childMenu; 
-        
-        Selection(void (*)(), int, Menu *, char *); 
-         
-};
-
-#endif 
\ No newline at end of file