Changeset 8001 in orxonox.OLD for branches/gui/src/story_entities
- Timestamp:
- May 30, 2006, 11:42:41 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.