Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1816 in orxonox.OLD for orxonox/branches/bensch/orxonox_gui_video.c


Ignore:
Timestamp:
Apr 13, 2004, 11:26:09 PM (21 years ago)
Author:
bensch
Message:

orxonox/branches/bensch: added all necessary options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/bensch/orxonox_gui_video.c

    r1813 r1816  
    11#include "orxonox_gui.h"
    22
    3 GtkWidget *orxonox_gui_video_frame (GtkWidget *box )
     3GtkWidget *orxonox_gui_video_frame (void)
    44{
    55  GtkWidget *frame;
     
    1111    orxonox_gui_video_vbox = gtk_vbox_new (FALSE, 0);
    1212    {
    13 
    1413        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);
    1615         */
    1716        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       
    1823    }
    1924    gtk_container_add(GTK_CONTAINER(frame), orxonox_gui_video_vbox);
Note: See TracChangeset for help on using the changeset viewer.