Changeset 8001 in orxonox.OLD
- Timestamp:
- May 30, 2006, 11:42:41 PM (18 years ago)
- Location:
- branches/gui/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/gui/gl_gui/glgui_inputline.h
r7998 r8001 28 28 29 29 void init(); 30 31 /** @returns the text of the inputLine */ 32 const std::string& getText() const { return this->text.getText(); }; 30 33 31 34 void setText(const std::string& text); -
branches/gui/src/story_entities/simple_game_menu.cc
r7988 r8001 98 98 OrxGui::GLGuiInputLine* input = new OrxGui::GLGuiInputLine(); 99 99 input->setText("input some text here"); 100 input->connect(SIGNAL(input, textChanged), this, SLOT(SimpleGameMenu, TEST)); 100 101 input->show(); 101 102 input->setAbsCoor2D(200, 230);
Note: See TracChangeset
for help on using the changeset viewer.