Changeset 9383 in orxonox.OLD for branches/proxy/src/lib/gui/gl
- Timestamp:
- Jul 21, 2006, 12:51:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/gui/gl/glgui_text.h
r9369 r9383 33 33 void setChangedTextColor(const Color& color); 34 34 35 void setLineWidth(float lineWidth) { this->_text.setLineWidth(lineWidth); }; 35 36 void setDotsPosition(LimitedWidthText::DotsPosition dotsPosition) { this->_text.setDotsPosition(dotsPosition); }; 36 37
Note: See TracChangeset
for help on using the changeset viewer.