Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 1, 2006, 12:12:48 PM (18 years ago)
Author:
bensch
Message:

trunk: widget displayed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/elements/glgui_energywidget.cc

    r8974 r8975  
    4242
    4343
     44
    4445  void GLGuiEnergyWidget::setMaximum(float max)
    4546  {
     
    5657
    5758
     59  void GLGuiEnergyWidget::showing()
     60  {
     61    this->text.show();
     62    this->bar.show();
     63  }
     64
     65  void GLGuiEnergyWidget::hiding()
     66  {
     67    this->text.hide();
     68    this->bar.hide();
     69  }
     70
     71
    5872
    5973}
Note: See TracChangeset for help on using the changeset viewer.