Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

should link

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/gui/gl/glgui_fixedposition_box.h

    r9547 r9549  
    1818  {
    1919
    20   public:
    21     GLGuiFixedpositionBox(OrxGui::Position position = OrxGui::Center, OrxGui::Orientation orientation = OrxGui::Vertical);
    22     virtual ~GLGuiFixedpositionBox();
     20    public:
     21      GLGuiFixedpositionBox(OrxGui::Position position = OrxGui::Center, OrxGui::Orientation orientation = OrxGui::Vertical);
    2322
    24     inline OrxGui::Position position() const { return this->_position; };
    25     void setPosition(OrxGui::Position);
     23      inline OrxGui::Position position() const { return this->_position; };
     24      void setPosition(OrxGui::Position position);
    2625
     26    protected:
     27      virtual void resize();
    2728
    28   protected:
    29     virtual void resize();
    30 
    31 
    32   private:
    33     OrxGui::Position     _position;     //!< The Fixed position of the Widget.
     29    private:
     30      OrxGui::Position     _position;     //!< The Fixed position of the Widget.
    3431  };
    3532}
Note: See TracChangeset for help on using the changeset viewer.