Changeset 8694 in orxonox.OLD for branches/gui/src/story_entities/menu
- Timestamp:
- Jun 21, 2006, 11:34:25 PM (19 years ago)
- Location:
- branches/gui/src/story_entities/menu
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/story_entities/menu/glgui_imagebutton.cc
r8691 r8694 44 44 } 45 45 void GLGuiImageButton::removedFocus() 46 {} 46 { 47 } 47 48 48 49 50 void GLGuiImageButton::showing() 51 { 52 this->image->show(); 53 } 54 55 void GLGuiImageButton::hiding() 56 { 57 this->image->hide(); 58 } 49 59 50 60 -
branches/gui/src/story_entities/menu/glgui_imagebutton.h
r8691 r8694 32 32 virtual void removedFocus(); 33 33 34 virtual void showing(); 35 virtual void hiding(); 36 34 37 35 38 private:
Note: See TracChangeset
for help on using the changeset viewer.