Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9547 in orxonox.OLD for branches/proxy/src/lib/network


Ignore:
Timestamp:
Jul 28, 2006, 11:23:52 AM (18 years ago)
Author:
bensch
Message:

orxonox/proxy: linking problem, trying another tardis

Location:
branches/proxy/src/lib/network/monitor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/monitor/network_stats_widget.cc

    r9546 r9547  
    147147 */
    148148NetworkStatsWidget::NetworkStatsWidget(const NetworkMonitor* monitor)
    149     : GLGuiBox(OrxGui::Vertical), _thisHost("myName", IP(127, 0, 0 , 1))
     149  : GLGuiFixedpositionBox(OrxGui::Center, OrxGui::Vertical), _thisHost("myName", IP(127, 0, 0 , 1))
    150150{
    151151  this->_monitor = monitor;
  • branches/proxy/src/lib/network/monitor/network_stats_widget.h

    r9546 r9547  
    77#define _NETWORK_STATS_WIDGET_H
    88
    9 #include "glgui_box.h"
     9#include "glgui_fixedposition_box.h"
    1010#include "glgui_bar.h"
    1111#include "glgui_text.h"
     
    7171
    7272//! A class to display network Statistics.
    73 class NetworkStatsWidget : public OrxGui::GLGuiBox
     73class NetworkStatsWidget : public OrxGui::GLGuiFixedpositionBox
    7474{
    7575  public:
Note: See TracChangeset for help on using the changeset viewer.