Changeset 1816 in orxonox.OLD for orxonox/branches/bensch/orxonox_gui_video.c
- Timestamp:
- Apr 13, 2004, 11:26:09 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/bensch/orxonox_gui_video.c
r1813 r1816 1 1 #include "orxonox_gui.h" 2 2 3 GtkWidget *orxonox_gui_video_frame ( GtkWidget *box)3 GtkWidget *orxonox_gui_video_frame (void) 4 4 { 5 5 GtkWidget *frame; … … 11 11 orxonox_gui_video_vbox = gtk_vbox_new (FALSE, 0); 12 12 { 13 14 13 button = gtk_check_button_new_with_label ("Fullscreen-mode"); 15 /* gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button), orxonox_ fullscreen);14 /* gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button), orxonox_gui_video_fullscreen); 16 15 */ 17 16 gtk_box_pack_start(GTK_BOX (orxonox_gui_video_vbox), button, TRUE, TRUE, 0); 17 18 button = gtk_check_button_new_with_label ("Wireframe-mode"); 19 /* gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button), orxonox_gui_video_Wireframe); 20 */ 21 gtk_box_pack_start(GTK_BOX (orxonox_gui_video_vbox), button, TRUE, TRUE, 0); 22 18 23 } 19 24 gtk_container_add(GTK_CONTAINER(frame), orxonox_gui_video_vbox);
Note: See TracChangeset
for help on using the changeset viewer.