Changeset 3153 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui_gtk.h
- Timestamp:
- Dec 11, 2004, 6:09:26 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/gui/orxonox_gui_gtk.h
r3152 r3153 97 97 98 98 void setTitle (char* title); 99 void showall (); 99 void showall (); 100 100 void open(); 101 101 void close(); 102 103 static gint windowOpen (GtkWidget *widget, GdkEvent* event, void* window); 104 static gint windowClose (GtkWidget *widget, GdkEvent* event, void* window); 102 105 static gint orxonox_gui_quit (GtkWidget *widget, GdkEvent *event, gpointer data); 103 106 };
Note: See TracChangeset
for help on using the changeset viewer.