Changeset 1993 in orxonox.OLD for orxonox/branches/gui/guicc/orxonox_gui.h
- Timestamp:
- Jun 20, 2004, 9:42:34 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/gui/guicc/orxonox_gui.h
r1983 r1993 86 86 87 87 Widget* down; 88 void fill (Widget *lowerWidget);88 void fill (Widget* lowerWidget); 89 89 90 90 }; … … 98 98 char* option_name; 99 99 char* flag_name; 100 char* flag_name_short; 101 int default_value; 100 102 101 void setFlagName (char *flagname);103 void setFlagName (char* flagname); 102 104 }; 103 105 … … 114 116 CheckButton (char* buttonname); 115 117 ~CheckButton (void); 116 static gint OptionChange (GtkWidget *widget, Widget* checkbutton);118 static gint OptionChange (GtkWidget* widget, Widget* checkbutton); 117 119 }; 118 120 … … 123 125 ~Slider (); 124 126 int i; 125 static gint OptionChange (GtkWidget *widget, Widget* slider);127 static gint OptionChange (GtkWidget* widget, Widget* slider); 126 128 }; 127 129 … … 132 134 ~Menu (); 133 135 134 static gint OptionChange (GtkWidget *widget, Widget* menu);136 static gint OptionChange (GtkWidget* widget, Widget* menu); 135 137 }; 136 138
Note: See TracChangeset
for help on using the changeset viewer.