Browse Source

Travis CI: API documentation update at 2014-04-21 17:29:45 UTC.
[ci package]

urho3d-travis-ci 11 years ago
parent
commit
419026de8a
3 changed files with 5 additions and 0 deletions
  1. 2 0
      Docs/AngelScriptAPI.h
  2. 2 0
      Docs/LuaScriptAPI.dox
  3. 1 0
      Docs/ScriptAPI.dox

+ 2 - 0
Docs/AngelScriptAPI.h

@@ -1981,6 +1981,8 @@ BorderImage background;
 ShortStringHash baseType;
 /* readonly */
 String category;
+/* readonly */
+Button closeButton;
 String commandInterpreter;
 XMLFile defaultStyle;
 bool focusOnShow;

+ 2 - 0
Docs/LuaScriptAPI.dox

@@ -930,6 +930,7 @@ Methods:
 - XMLFile* GetDefaultStyle() const
 - BorderImage* GetBackground() const
 - LineEdit* GetLineEdit() const
+- Button* GetCloseButton() const
 - bool IsVisible() const
 - bool IsAutoVisibleOnError() const
 - const String GetCommandInterpreter() const
@@ -946,6 +947,7 @@ Properties:
 - XMLFile* defaultStyle
 - BorderImage* background (readonly)
 - LineEdit* lineEdit (readonly)
+- Button* closeButton (readonly)
 - bool visible
 - bool autoVisibleOnError
 - String commandInterpreter

+ 1 - 0
Docs/ScriptAPI.dox

@@ -3651,6 +3651,7 @@ Properties:
 - BorderImage@ background // readonly
 - ShortStringHash baseType // readonly
 - String category // readonly
+- Button@ closeButton // readonly
 - String commandInterpreter
 - XMLFile@ defaultStyle
 - bool focusOnShow