Changeset 1908 in orxonox.OLD for orxonox/branches/gui/console/orxonox_console.cc
- Timestamp:
- Jun 2, 2004, 12:55:48 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/gui/console/orxonox_console.cc
r1893 r1908 41 41 vbox_main = gtk_vbox_new(FALSE, 5); 42 42 { 43 gtk_box_pack_start(GTK_BOX(vbox_main), entry.createEntry(), FALSE, FALSE, 0); 43 44 gtk_box_pack_start(GTK_BOX(vbox_main), log.createLog(), TRUE, TRUE, 0); 44 gtk_box_pack_start(GTK_BOX(vbox_main), entry.createEntry(), FALSE, FALSE, 0);45 45 entry.setLog(&log); 46 46 }
Note: See TracChangeset
for help on using the changeset viewer.