File Control/Window.lua
Window Control Registration and Methods
A window acts as a bordered frame within the parent window/page.
It defaults to 200px height and almost as wide as the parent window/page.
It will add a scrollbar if there are enough child controls.
PassThrough Methods called on the window are called on all the children that have that method.
Functions
Cancel (self) |
PassThrough Method. |
Disable (self) |
PassThrough Method. |
Enable (self) |
PassThrough Method. |
Okay (self) |
PassThrough Method. |
Refresh (self) |
PassThrough Method. |
Reset (self) |
PassThrough Method. |
Update (self) |
PassThrough Method. |
UpdateBox (self) |
Update Window size based on the parent window's size. |
Tables
Functions
- Cancel (self)
-
PassThrough Method. See Control.Cancel
Parameters
- Disable (self)
-
PassThrough Method. See Control.Disable
Parameters
- Enable (self)
-
PassThrough Method. See Control.Enable
Parameters
- Okay (self)
-
PassThrough Method. See Control.Okay
Parameters
- Refresh (self)
-
PassThrough Method. See Control.Refresh
Parameters
- Reset (self)
-
PassThrough Method. See Control.Reset
Parameters
- Update (self)
-
PassThrough Method. See Control.Update
Parameters
- UpdateBox (self)
-
Update Window size based on the parent window's size. Called OnScrollRangeChanged of the parent window. PassThrough Method.
Parameters
Usage:
control:UpdateBox()
Tables
- Portfolio.Control.Window
- Window Control Registration and Methods