Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5395 in orxonox.OLD for trunk/src/lib/gui/gl_gui/glgui_button.h


Ignore:
Timestamp:
Oct 17, 2005, 10:14:14 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: first element of the GLGui is visible… there is a long way to go…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/gui/gl_gui/glgui_button.h

    r5371 r5395  
    3131
    3232 public:
    33   GLGuiButton();
    34   virtual ~GLGuiButton();
     33   GLGuiButton();
     34   virtual ~GLGuiButton();
    3535
    36   void init();
     36   void init();
     37   void setLabel(const char* label);
    3738
    38   virtual void draw();
     39   virtual void draw();
    3940
    40  private:
     41  protected:
     42    Text*                label;
    4143
    42   char*                text;
    43   GLGui_ButtonState    state;
     44  private:
    4445
     46    GLGui_ButtonState    state;
    4547};
    4648
Note: See TracChangeset for help on using the changeset viewer.