Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8980 in orxonox.OLD for trunk/src/lib/gui/gl/glgui_text.h


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

trunk: more gui in the Hud

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/gui/gl/glgui_text.h

    r8973 r8980  
    99
    1010#include "glgui_widget.h"
    11 #include "text.h"
     11#include "limited_width_text.h"
    1212// FORWARD DECLARATION
    1313namespace OrxGui
     
    3131    void clear();
    3232
     33    void setDotsPosition(LimitedWidthText::DotsPosition dotsPosition) { this->_text.setDotsPosition(dotsPosition); };
     34
    3335    const std::string& text() const { return _text.text(); };
    3436
     
    5052
    5153  private:
    52     Text              _text;
     54    LimitedWidthText    _text;
    5355  };
    5456}
Note: See TracChangeset for help on using the changeset viewer.