Changeset 8694 in orxonox.OLD for branches/gui/src/story_entities/menu/glgui_imagebutton.cc
- Timestamp:
- Jun 21, 2006, 11:34:25 PM (19 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.