|
|
@@ -6479,6 +6479,7 @@ Methods:
|
|
|
- void SetModalShadeColor(const Color& color)
|
|
|
- void SetModalFrameColor(const Color& color)
|
|
|
- void SetModalFrameSize(const IntVector2& size)
|
|
|
+- void SetModalAutoDismiss(bool enable)
|
|
|
- bool IsMovable() const
|
|
|
- bool IsResizable() const
|
|
|
- bool GetFixedWidthResizing() const
|
|
|
@@ -6488,6 +6489,7 @@ Methods:
|
|
|
- const Color& GetModalShadeColor() const
|
|
|
- const Color& GetModalFrameColor() const
|
|
|
- const IntVector2& GetModalFrameSize() const
|
|
|
+- bool GetModalAutoDismiss() const
|
|
|
|
|
|
Properties:
|
|
|
|
|
|
@@ -6500,6 +6502,7 @@ Properties:
|
|
|
- Color& modalShadeColor
|
|
|
- Color& modalFrameColor
|
|
|
- IntVector2& modalFrameSize
|
|
|
+- bool modalAutoDismiss
|
|
|
|
|
|
<a name="Class_XMLElement"></a>
|
|
|
### XMLElement
|