View_GetFrame
Prototype: View_GetFrame (GView)
Metaclass Prototype: GetFrame ()
Description: Return the View’s frame rect.
Parameters:
- GView - the control’s reference
Examples:
StartWindow.GetFrame ()
See also: SetFrame
Return value: a dictionary with members ‘x’, ‘y’, ‘w’, and ‘h’ representing the View’s frame rect
Back to function index, GUIScript introduction.