Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 26, 2006, 2:40:44 PM (18 years ago)
Author:
bensch
Message:

PushButton Testing

File:
1 edited

Legend:

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

    r7868 r7873  
    2828#include "util/loading/factory.h"
    2929
    30 #include "p_node.h"
    3130#include "world_entity.h"
    3231#include "elements/image_entity.h"
     
    4140#include "cd_engine.h"
    4241
    43 
    44 using namespace std;
    45 
     42#include "glgui.h"
    4643
    4744//! This creates a Factory to fabricate a SimpleGameMenu
     
    6562  this->menuSelectedIndex = 0;
    6663  this->selectorSource = NULL;
     64
     65  OrxGui::GLGuiPushButton* pb = new OrxGui::GLGuiPushButton("PUSH ME");
     66  pb->show();
     67  pb->setAbsCoor2D(50, 50);
    6768
    6869  if (root != NULL)
Note: See TracChangeset for help on using the changeset viewer.