Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8001 in orxonox.OLD for branches/gui/src/story_entities


Ignore:
Timestamp:
May 30, 2006, 11:42:41 PM (18 years ago)
Author:
bensch
Message:

gui: connected a new Signal, man it is so easy now :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/story_entities/simple_game_menu.cc

    r7988 r8001  
    9898  OrxGui::GLGuiInputLine* input = new OrxGui::GLGuiInputLine();
    9999  input->setText("input some text here");
     100  input->connect(SIGNAL(input, textChanged), this, SLOT(SimpleGameMenu, TEST));
    100101  input->show();
    101102  input->setAbsCoor2D(200, 230);
Note: See TracChangeset for help on using the changeset viewer.