Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 3, 2005, 2:20:27 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: gui: more addaptive structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/gui/gui/orxonox_gui_video.cc

    r3630 r4024  
    5555
    5656  this->videoFrame->fill(videoBox);
     57  this->setMainWidget(this->videoFrame);
    5758}
    5859
     
    6465  // nothing to do here.
    6566}
    66 
    67 /**
    68    \return Returns the Video-frame
    69 */
    70 Widget* OrxonoxGuiVideo::getWidget(void)
    71 {
    72   return this->videoFrame;
    73 }
    74 
    7567
    7668/**
Note: See TracChangeset for help on using the changeset viewer.