Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 21, 2006, 11:34:25 PM (19 years ago)
Author:
bensch
Message:

nicer look, but still pretty fucked up :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/story_entities/menu/glgui_imagebutton.cc

    r8691 r8694  
    4444  }
    4545  void GLGuiImageButton::removedFocus()
    46   {}
     46  {
     47  }
    4748
    4849
     50  void GLGuiImageButton::showing()
     51  {
     52    this->image->show();
     53  }
     54
     55  void GLGuiImageButton::hiding()
     56  {
     57    this->image->hide();
     58  }
    4959
    5060
Note: See TracChangeset for help on using the changeset viewer.