Changeset 8740 in orxonox.OLD for trunk/src/story_entities/menu/glgui_imagebutton.h
- Timestamp:
- Jun 23, 2006, 11:22:37 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/menu/glgui_imagebutton.h
r8717 r8740 1 1 /*! 2 * @file shell.h 3 * Definition of a on-screen-shell 2 * @file glgui_imagebutton.h 4 3 * 5 * @todo Buffer Display in different Colors for different debug mode.6 * @todo choose color of the Font and the background.7 4 */ 8 5 … … 25 22 26 23 24 void push(); 25 void release(); 26 27 27 DeclareSignal1(startLevel, int); 28 28 … … 35 35 virtual void hiding(); 36 36 37 37 virtual bool processEvent(const Event& event); 38 38 private: 39 39 unsigned int levelID;
Note: See TracChangeset
for help on using the changeset viewer.