- Timestamp:
- Apr 13, 2004, 10:12:08 PM (21 years ago)
- Location:
- orxonox/branches/bensch
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/bensch/orxonox_gui.c
r1812 r1813 1 1 #include "orxonox_gui.h" 2 2 #include "orxonox_gui_video.h" 3 #include "orxonox_gui_audio.h" 4 #include "orxonox_gui_exec.h" 3 5 int verbose; 4 6 int close_window = 0; … … 16 18 17 19 GtkWidget *window; 18 GtkWidget *button;19 GtkWidget *table;20 20 GtkWidget *vbox_main; 21 21 GtkWidget *hbox_video_audio; 22 22 GtkWidget *hbox_view_exec; 23 GtkWidget *label;24 GtkWidget *frame;25 GtkWidget *separator;26 23 27 24 gtk_init (&argc, &argv); -
orxonox/branches/bensch/orxonox_gui_audio.c
r1809 r1813 5 5 GtkWidget *frame; 6 6 GtkWidget *button; 7 GtkWidget *separator;8 7 9 8 frame = gtk_frame_new ( "Audio-Options:"); 10 9 { 11 10 GtkWidget *orxonox_gui_audio_vbox; 12 GtkWidget *label;13 11 orxonox_gui_audio_vbox = gtk_vbox_new (FALSE, 0); 14 12 { -
orxonox/branches/bensch/orxonox_gui_exec.c
r1812 r1813 5 5 GtkWidget *frame; 6 6 GtkWidget *button; 7 GtkWidget *separator;8 7 9 8 frame = gtk_frame_new ( "Execute-Tags:"); 10 9 { 11 10 GtkWidget *orxonox_gui_exec_vbox; 12 GtkWidget *label;13 11 orxonox_gui_exec_vbox = gtk_vbox_new (FALSE, 0); 14 12 { -
orxonox/branches/bensch/orxonox_gui_video.c
r1809 r1813 5 5 GtkWidget *frame; 6 6 GtkWidget *button; 7 GtkWidget *separator;8 7 9 8 frame = gtk_frame_new ( "Video-Options:"); 10 9 { 11 10 GtkWidget *orxonox_gui_video_vbox; 12 GtkWidget *label;13 11 orxonox_gui_video_vbox = gtk_vbox_new (FALSE, 0); 14 12 {
Note: See TracChangeset
for help on using the changeset viewer.