Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 20, 2009, 11:48:52 PM (15 years ago)
Author:
dafrick
Message:

Some cleanup, documentation and adjustments in the QuestGUI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/questsystem/QuestGUINode.h

    r5748 r5758  
    6464
    6565        private:
    66             static CEGUI::Rect getStaticTextArea(const CEGUI::Window* window);
    67             static int setHeight(CEGUI::Window* window);
     66            static CEGUI::Rect getStaticTextArea(const CEGUI::Window* window); //Helper method for setHeight(). Gets the StaticTextArea for an input CEGUI Window.
     67            static int setHeight(CEGUI::Window* window); //Helper method to adjust the height of an input Window (of type StaticText) to the text it holds.
    6868
    6969            void initialize(void); //!< Initialize the object.
Note: See TracChangeset for help on using the changeset viewer.