Requires: Base Development System
Inherits from Generic»GObject. View the class hierarchy.
Right-click a scroll bar in a pane and select Create»Reference from the shortcut menu to create a reference you can use with these methods.
Method | Description |
---|---|
Convert Pane To Panel Coordinates | Converts the input point from the local pane coordinates to the coordinates of the front panel as the output point. Details |
Convert Panel To Pane Coordinates | Converts the input point from the front panel coordinates to the coordinates of the local pane as the output point. Details |
Get Scaling Mode | Gets the scaling mode for the pane. Details |
Group Objects | Groups pane objects together. If the Objects parameter is not wired, the method groups the currently selected objects. All objects must be in the same pane or an error is returned. After this method executes, the panel selection list contains the grouped objects. Details |
Lock Objects | Locks pane objects. If the Objects parameter is not wired, currently selected objects are locked. After this method executes, the panel selection list contains the locked objects. Details |
Make Space | Makes space in the pane by moving objects out of a location in a specified direction. Details |
Paste Selection | Pastes the contents of the clipboard at the specified coordinates in the pane. If the pane is unwired then the default pane is the top left pane. Details |
Select All | Selects all objects in the pane. Details |
Set Scaling Mode | Sets the scaling mode for objects within the pane. Details |
Ungroup Objects | Ungroups pane objects. If the Objects parameter is not wired, currently selected objects are ungrouped. Details |
Unlock Objects | Unlocks objects. If the Objects parameter is not wired, currently selected objects are unlocked. You can select or wire-in multiple locked objects to unlock them. Details |