Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

trunk: gui displayes nicely

File:
1 edited

Legend:

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

    r8975 r8977  
    2222    virtual ~GLGuiEnergyWidget();
    2323
     24    void setDisplayedName(const std::string& name);
    2425    void setMaximum(float max);
    2526    void setValue(float value);
     
    3132
    3233  private:
     34    GLGuiText               name;
    3335    GLGuiBar                bar;
    3436    GLGuiText               text;
Note: See TracChangeset for help on using the changeset viewer.