|
« winbox Object functions »
Objects / window
window
window(coord,text,option)
creates a new window
Parameters
| coord | coords comma or @am delimited |
| text | window title |
| option | options comma or @am delimited |
Coords
| 'width,height' | to center |
| 'col,row,width,height' | to place relative to the parent window |
| 'col,row,width,height' with desktop option | to place relative to the desktop |
Options
| child | not modal, stays within the parent window |
| desktop | placed relative to the desktop |
| hide | invisible |
| hotkey keyname ... | assign hotkeys (see hotkey) |
| icon name num | sets icon num from image list name |
| nocaption | without caption |
| noclose | without close button and icon |
| nomax | without maximize button |
| nomin | without minimize button |
| noresize | not resizable by mouse |
| root | not modal, parent is the desktop |
| toolwindow | without icon, smaller panel |
Events
| OnCancel | 'Esc' key has been pressed
No data |
| OnClose | 'Close window' icon has been clicked
No data |
| menuitem.id | A menuitem has been selected
No data |
Note
- Ctrl+Q displays the working program name or the selected object coords in the window title
Functions
| delwin | deletes current window |
| do | executes an additional action |
| getdt | returns additional data |
| modify | modifies object's properties |
| settext | inserts text into an object |
Using FlashGUI
« winbox Object functions »
|