|
« frame label »
Objects / image
image
image(objnum,coord,path,option)
creates an image object
Parameters
| objnum | object number |
| coord | column, row, width, height |
| comma or @am delimited | |
| path | image file path |
| option | options comma or @am delimited |
Options
| hide | invisible |
| bottom | align bottom |
| center | center horizontal and vertical |
| hcenter | center horizontal |
| left | align left (default) |
| raised | looks raised |
| right | align right |
| sizing CODE [base.objnum] | sizing codes (see sizing) |
| sunken | looks sunken |
| top | align top (default) |
| vcenter | center vertical |
Events
| WM_LBUTTONDBLCLK | Left button double clicked
Data: dt<1> - 1 dt<2> - mouse coordinates |
| WM_LBUTTONDOWN | Left button clicked
Data: dt<1> - 1 dt<2> - mouse coordinates |
| WM_RBUTTONDOWN | Right button clicked
Data: dt<1> - 2 dt<2> - mouse coordinates |
Functions
| delobj | deletes object |
| do | executes an additional action |
| getdt | returns additional data |
| modify | modifies object's properties |
| setimage | displays image file in image object |
« frame label »
|