|
« entry image »
Objects / frame
frame
frame(objnum,coord,option)
creates a frame (a parent for other objects)
Parameters
| objnum | object number |
| coord | column, row, width, height comma or @am delimited. If grid is used then column and row are not specified, and width is optional. |
| option | options comma or @am delimited |
Options
| bkg color | background color (see bkg) |
| hide | not visible |
| hotkey keyname keyname ... | assign hotkeys (see hotkey) |
| margin | with margins (like window or winbox) |
| raised | looks raised |
| scroll-in num | to be scrolled within frame num |
| sizer CODE | move by user |
| sizing CODE [base.objnum] | sizing specification (see sizing) |
| sunken | looks sunken |
Sizer option allows the operator to move frame object using mouse.
Move Codes
| C | move the entire object (with a dot sign in the middle) |
| L | move the left boarder |
| R | move the right boarder |
| T | move the top boarder |
| B | move the bottom boarder |
See also
| delobj | deletes object |
| do | executes an additional action |
| getdt | returns additional data |
| modify | modifies object's properties |
« entry image »
|