Changeset 1964 in orxonox.OLD for orxonox/branches/gui/guicc/orxonox_gui.h
- Timestamp:
- Jun 17, 2004, 1:54:59 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/gui/guicc/orxonox_gui.h
r1962 r1964 2 2 #define _ORXONOX_GUI_H 3 3 4 #include <stdio.h>5 4 #include <stdlib.h> 6 5 #include <string.h> … … 79 78 class Option : public Widget 80 79 { 80 //virtual gint OptionChange (GtkWidget *widget, GdkEvent *event, gpointer data); 81 81 }; 82 82 83 class Button : public Option 83 class Button : public Option 84 84 { 85 85 public: … … 100 100 Slider (char * slidername,int start, int end); 101 101 ~Slider(); 102 int i; 103 static gint OptionChange (GtkWidget *widget, GdkEvent *event, void* data); 102 104 }; 103 105 //gint orxonox_gui_quit ( GtkWidget *widget, GdkEvent *event, gpointer data);
Note: See TracChangeset
for help on using the changeset viewer.