Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 17, 2004, 1:54:59 AM (21 years ago)
Author:
bensch
Message:

orxonox/branches/gui/guicc: added OptionChange-procedure. But until now it does not work correctly.

File:
1 edited

Legend:

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

    r1962 r1964  
    22#define _ORXONOX_GUI_H
    33
    4 #include <stdio.h>
    54#include <stdlib.h>
    65#include <string.h>
     
    7978class Option : public Widget
    8079{
     80  //virtual gint OptionChange (GtkWidget *widget, GdkEvent *event, gpointer data);
    8181};
    8282
    83 class Button : public Option
     83class Button : public Option 
    8484{
    8585 public:
     
    100100  Slider (char * slidername,int start, int end);
    101101  ~Slider();
     102  int i;
     103  static gint OptionChange (GtkWidget *widget, GdkEvent *event, void* data);
    102104};
    103105//gint orxonox_gui_quit ( GtkWidget *widget, GdkEvent *event, gpointer data);
Note: See TracChangeset for help on using the changeset viewer.