- Timestamp:
- May 7, 2004, 10:58:10 PM (21 years ago)
- Location:
- orxonox/branches/gui/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/gui/gui/orxonox_gui.c
r1867 r1876 51 51 /* Main Window */ 52 52 window = gtk_window_new (GTK_WINDOW_TOPLEVEL); 53 gtk_window_set_policy(GTK_WINDOW(window), TRUE, TRUE, TRUE); 53 54 gtk_window_set_title ( GTK_WINDOW (window), "orxonox"); 54 55 g_signal_connect (G_OBJECT (window), "delete_event", G_CALLBACK (gtk_main_quit), NULL); -
orxonox/branches/gui/gui/orxonox_gui_exec.c
r1867 r1876 126 126 exec_flags_label = gtk_label_new("test"); 127 127 exec_orxonox_settings = orxonox_settings; 128 gtk_widget_set_usize(exec_flags_label, 250,40); 129 gtk_label_set_line_wrap (GTK_LABEL(exec_flags_label), TRUE); 128 130 orxonox_flags_update(); 129 131 gtk_container_add (GTK_CONTAINER(flags_frame), exec_flags_label);
Note: See TracChangeset
for help on using the changeset viewer.