Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1974 in orxonox.OLD for orxonox/branches/gui/guicc/orxonox_gui.h


Ignore:
Timestamp:
Jun 17, 2004, 9:35:55 PM (21 years ago)
Author:
bensch
Message:

orxonox/branches/gui/guicc: added OptionMenu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/gui/guicc/orxonox_gui.h

    r1965 r1974  
    1212#include <gtk/gtkcheckbutton.h>
    1313#include <gtk/gtkhscale.h>
     14#include <gtk/gtkoptionmenu.h>
     15#include <gtk/gtkmenu.h>
     16#include <gtk/gtkmenuitem.h>
    1417
    1518
     
    103106{
    104107 public:
    105   Slider (char * slidername,int start, int end);
     108  Slider (char* slidername,int start, int end);
    106109  ~Slider();
    107110  int i;
    108111  static gint OptionChange (GtkWidget *widget, Widget* slider);
    109112};
     113
     114class Menu : public Option
     115{
     116 public:
     117  Menu(char* menuname, ...);
     118  ~Menu();
     119
     120  static gint OptionChange (GtkWidget *widget, Widget* menu);
     121};
     122   
    110123//gint orxonox_gui_quit ( GtkWidget *widget, GdkEvent *event, gpointer data);
    111124
Note: See TracChangeset for help on using the changeset viewer.