Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 1, 2005, 12:27:16 PM (21 years ago)
Author:
bensch
Message:

orxonox/branches/updater: now it is possible to change the options without the grafical Interface through the GUI, but it is very lousy. Try it\!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/src/gui/orxonox_gui_gtk.h

    r3305 r3312  
    281281class Slider : public Option
    282282{
    283  public:
    284   Slider(char* slidername,int start, int end);
     283 private:
     284  int start;
     285  int end;
     286 public:
     287  Slider(char* slidername, int start, int end);
    285288  ~Slider(void);
    286289  void init(int start, int end);
Note: See TracChangeset for help on using the changeset viewer.