Changeset 9560 in orxonox.OLD for branches/proxy/src/lib
- Timestamp:
- Jul 28, 2006, 12:30:12 PM (18 years ago)
- Location:
- branches/proxy/src/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/gui/gl/glgui_fixedposition_box.cc
r9558 r9560 50 50 printf("_----------------------- "); 51 51 GLGuiHandler::getInstance()->resolution().debug(); 52 this->getSize2D().debug(); 52 53 this->setAbsCoor2D((GLGuiHandler::getInstance()->resolution() - this->getSize2D()) / 2.0); 53 54 break; 54 55 default: 55 56 printf("not done mode yet!!\n"); 56 57 57 } 58 58 } -
branches/proxy/src/lib/network/monitor/network_monitor.cc
r9554 r9560 203 203 if (this->box == NULL) 204 204 { 205 this->box = new OrxGui::GLGuiBox(OrxGui::Vertical); 206 { 207 NetworkStatsWidget* netStats = new NetworkStatsWidget(this); 208 this->box->pack(netStats); 209 210 } 211 205 this->box = new NetworkStatsWidget(this); 212 206 this->box->showAll(); 213 //this->box->setAbsCoor2D(300, 40);214 207 } 215 208 else
Note: See TracChangeset
for help on using the changeset viewer.