Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2006, 3:47:27 AM (19 years ago)
Author:
bensch
Message:

gui: introduce inputline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/lib/graphics/text_engine/text.cc

    r7889 r7892  
    136136  return this->text;
    137137}
     138
     139/**
     140 * @brief removes char characters from the Text.
     141 */
     142void Text::removeCharacters(unsigned int chars)
     143{
     144  this->text.resize(this->text.size()-chars);
     145}
     146
    138147
    139148/**
Note: See TracChangeset for help on using the changeset viewer.