Changeset 1998 in orxonox.OLD for orxonox/branches/gui/guicc/orxonox_gui.cc
- Timestamp:
- Jun 21, 2004, 4:39:11 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/gui/guicc/orxonox_gui.cc
r1997 r1998 27 27 */ 28 28 gtk_init (&argc, &argv); 29 29 gtk_rc_parse( "rc" ); 30 30 31 31 orxonoxGUI = new Window("Graphical Orxonox Launcher"); … … 448 448 gtk_label_set_line_wrap (GTK_LABEL(widget), TRUE); 449 449 } 450 451 Label:: Label (char* text) 452 { 453 is_option = 0; 454 next = NULL; 455 widget = gtk_label_new (text); 456 gtk_label_set_line_wrap (GTK_LABEL(widget), TRUE); 457 } 458 450 459 Label::~Label () 451 460 {}
Note: See TracChangeset
for help on using the changeset viewer.