Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 21, 2004, 4:39:11 AM (20 years ago)
Author:
bensch
Message:

orxonox/branches/gui/guicc: added style! and labled the sliders

File:
1 edited

Legend:

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

    r1997 r1998  
    126126  Slider (char* slidername,int start, int end);
    127127  ~Slider ();
    128   int i;
    129128  static gint OptionChange (GtkWidget* widget, Widget* slider);
    130129};
     
    143142 public:
    144143  Label ();
     144  Label (char* text);
    145145  ~Label ();
    146146 
Note: See TracChangeset for help on using the changeset viewer.