Zoom Navigator

Functions available for the Zoom Navigator widget.

Available functions Description
"focus" The attribute "focus" returns TRUE if the object has the focus.
"focusEnabled" Indicates whether the widget accepts the keyboard focus.
"frameShadow" The attribute "frameShadow" specifies the frame effect (3D effect) of an object (textEdit, progress bar, tree widget, thumb wheel, LCD number or zoom navigator).
"frameShape" The attribute "frameShape" sets the style of an object frame (textEdit, thumb wheel, tree widget, zoom navigator, LCD number or progress bar).
"frameWidth" The attribute "frameWidth" returns the width of an object frame (textEdit, tree widget, zoom navigator, LCD number or thumb wheel).
"height" The attribute "height" returns the height of an object (textEdit, progress bar, tree widget, zoom navigator, LCD number or thumb wheel).
"imageToClipboard" Copies an image of a graphics object to the clipboard.
"isActiveWindow" The attribute "isActiveWindow" returns TRUE if this widget is the active window, otherwise FALSE.
"lineWidth" The attribute "lineWidth" sets the width of an object line (textEdit, progress bar, tree widget, zoom navigator, LCD number or thumb wheel (frame)).
"margin" - obsolete The attribute "margin" specifies the distance between the innermost pixel of a frame and the outermost pixel of the rectangle inside this frame.
"midLineWidth" The attribute "midLineWidth" sets the width of the mid line (content) of an object (thumb wheel, tree widget, zoom navigator, LCD number or progress bar).
"ModuleName" Opens the specified module in the zoom navigator.
"ownCursor" The attribute "ownCursor" returns TRUE if an object (textEdit, tree widget, slider, zoom navigator or thumb wheel) uses its own cursor. If the value is FALSE, the object uses its parent widget's cursor.
"ownFont" The attribute "ownFont" returns TRUE if an object (textEdit, slider, zoom navigator or tree widget) uses its own font. If the value is FALSE, the object uses its parent widget's font.
"underMouse" Returns TRUE if the widget (textEdit, slider, thumb wheel, tree widget, zoom navigator, LCD number or progress bar) is beneath the cursor.
"updatesEnabled" This attribute specifies whether updates of a widget (textEdit, slider, progress bar, zoom navigator, LCD number or thumb wheel) have been enabled.
"width" The attribute "width" returns the width of an object (textEdit, zoom navigator or slider).
"x","y" The attributes x and y return the coordinates of an object (textEdit, progress bar, slider, zoom navigator, LCD number or thumb wheel). Attribute x returns the X coordinate of an object and attribute y returns the Y coordinate of an object.