Commit 3fc10527 authored by cutealien's avatar cutealien

Improve documentation for tabcontrol.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4732 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 98f6ce2a
...@@ -14,7 +14,7 @@ namespace irr ...@@ -14,7 +14,7 @@ namespace irr
namespace gui namespace gui
{ {
//! A tab-page, onto which other gui elements could be added. //! A tab-page, onto which other gui elements could be added.
/** IGUITab refers to the page itself, not to the tab in the tabbar of an IGUITabControl. */ /** IGUITab refers mostly to the page itself, but also carries some data about the tab in the tabbar of an IGUITabControl. */
class IGUITab : public IGUIElement class IGUITab : public IGUIElement
{ {
public: public:
...@@ -41,7 +41,7 @@ namespace gui ...@@ -41,7 +41,7 @@ namespace gui
//! returns the color of the background //! returns the color of the background
virtual video::SColor getBackgroundColor() const = 0; virtual video::SColor getBackgroundColor() const = 0;
//! sets the color of the text //! sets the color of it's text in the tab-bar
virtual void setTextColor(video::SColor c) = 0; virtual void setTextColor(video::SColor c) = 0;
//! gets the color of the text //! gets the color of the text
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment