Minor documentation improvement

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8442 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-04-24 23:16:58 +00:00
parent 1d0621fd5a
commit e65367f101

View File

@ -288,7 +288,8 @@ namespace GUIEngine
* A map that holds values for all specified widget properties (in the XML file)
*
* \note Changing any of these properties will only take effect the next time
* this widget is add()ed.
* this widget is add()ed (EXCEPT for for x, y, width and height properties,
* which are only read on load; after that use method Widget::move).
* \note Not all widgets use all properties, some widgets may ignore some properties.
*/
std::map<Property, std::string> m_properties;