Changeset 3147 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui.cc
- Timestamp:
- Dec 11, 2004, 3:08:34 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/gui/orxonox_gui.cc
r3144 r3147 22 22 main-programmer: Benjamin Grauer 23 23 24 ToDO: 25 way to start gui without GTK (textmode) 26 curl interface to Download cool stuff 27 28 make Windows grab Focus if it is open and release it when closed (only child-windows) 29 chain all the windows when starting the GUI (DANGER: performance!!) 30 31 widgets save themselve 32 good way to step through all the Widgets 33 ... many more ... 24 34 */ 25 35 26 #include < iostream.h>36 #include <gtk/gtkmain.h> 27 37 28 38 #include "orxonox_gui.h" … … 56 66 OrxonoxGui::OrxonoxGui (int argc, char *argv[]) 57 67 { 68 58 69 gtk_init (&argc, &argv); 59 70 gtk_rc_parse( "rc" );
Note: See TracChangeset
for help on using the changeset viewer.