Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2006, 1:43:23 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: the CheckButton works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/lib/gui/gl_gui/glgui_pushbutton.h

    r7883 r7901  
    2323
    2424  public:
    25     GLGuiPushButton(const std::string& label);
     25    GLGuiPushButton(const std::string& label = "");
    2626    virtual ~GLGuiPushButton();
    2727
     28
     29    virtual void resize();
    2830
    2931    virtual void receivedFocus();
Note: See TracChangeset for help on using the changeset viewer.