Changeset 7901 in orxonox.OLD for branches/gui/src/lib/gui/gl_gui/glgui_pushbutton.h
- Timestamp:
- May 27, 2006, 1:43:23 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/gui/gl_gui/glgui_pushbutton.h
r7883 r7901 23 23 24 24 public: 25 GLGuiPushButton(const std::string& label );25 GLGuiPushButton(const std::string& label = ""); 26 26 virtual ~GLGuiPushButton(); 27 27 28 29 virtual void resize(); 28 30 29 31 virtual void receivedFocus();
Note: See TracChangeset
for help on using the changeset viewer.