Changeset 2595 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui_banner.cc
- Timestamp:
- Oct 19, 2004, 1:30:24 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/gui/orxonox_gui_banner.cc
r2588 r2595 62 62 logoWindow->connectSignal("delete_event", this, LogoWindowClose); 63 63 logoEventBox = new EventBox(); 64 logoBox = new Box('v'); 65 logoLabel = new Label("OrxOnoX"); 64 66 logoImage = new Image("banner.xpm"); 65 67 logoEventBox->fill(logoImage); 68 69 logoBox->fill(logoLabel); 70 logoBox->fill(logoEventBox); 66 71 logoEventBox->connectSignal("button_press_event",this,LogoWindowClose); 67 72 68 logoWindow->fill (logo EventBox);73 logoWindow->fill (logoBox); 69 74 70 75 } … … 90 95 \return The EventBox, that holds the Banner. 91 96 */ 92 EventBox* OrxonoxGuiBanner::getEventBox()97 Widget* OrxonoxGuiBanner::getWidget () 93 98 { 94 99 return bannerEventBox;
Note: See TracChangeset
for help on using the changeset viewer.