|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | InitializeFrameForResizing (handle, integer, integer) |
Registers a frame for resizing |
|
+ | ResizeWindow () |
Resizes the contents of the ABL window widgets to the current
dimensions of the Window |
Options | Name | Purpose | |
---|---|---|---|
+ | AblWindowResizingManager (handle) |
Constructor for the AblWindowResizingManager class |
Options | Name | Purpose | |
---|---|---|---|
+ | INTEGER CurrentWindowHeightPixels |
Returns the current height in pixels of the managed ABL Window widget |
|
+ | INTEGER CurrentWindowWidthPixels |
Returns the current width in pixels of the managed ABL Window widget |
|
+ | LOGICAL IgnoreNestedFrames |
Gets and sets if nested frames should be ignored during resizing the
parent frame |
|
+ | INTEGER IgnorePixelsFromTop |
Gets and sets the number of Pixels from the top that Widgets
contained within (widget:Y <= IgnorePixelsFromTop) should
ignored while resizing |
|
+ | HANDLE WindowHandle |
Returns the reference to the managed window |
Top
PUBLIC InitializeFrameForResizing (handle, integer, integer)
|
|||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC ResizeWindow ()
|
PUBLIC AblWindowResizingManager (handle)
|
---|
PUBLIC INTEGER CurrentWindowHeightPixels
|
|||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC INTEGER CurrentWindowWidthPixels
|
|||||||||||||||||
PUBLIC LOGICAL IgnoreNestedFrames
|
|||||||||||||||||
PUBLIC INTEGER IgnorePixelsFromTop
|
|||||||||||||||||
PUBLIC HANDLE WindowHandle
|