Picture object
Event | Description |
---|---|
Picture.onShow() | Event fired when the Picture is shown |
Picture.onHide() | Event fired when the Picture is hidden |
Picture.onCreate() | Event fired when Picture has just been created |
Picture.onClick() | Event fired when the user clicks on the picture |
Picture.onDoubleClick() | Event fired when the user doubleclicks on the picture |
Picture.onContext() | Event fired when the user right-click on the picture |
Picture.onHover() | Event fired when the user moves the mouse over the picture |
Picture.onLeave() | Event fired when the mouse cursor leaves the Progressbar |
Picture.onMouseDown() | Event fired when the user presses a mouse button over the Picture |
Picture.onMouseUp() | Event fired when the user releases a mouse button over the Picture |
Picture.onDrop() | Event fired when the Picture received a drag and drop content |
Property | Description | Access | Type |
---|---|---|---|
Picture.x | Get/set the Picture horizontal position | readwrite | number |
Picture.y | Get/set the Picture vertical position | readwrite | number |
Picture.width | Get/set the Picture's width | readwrite | number |
Picture.height | Get/set the Picture's height | readwrite | number |
Picture.cursor | Get/set the image of the mouse cursor as it hovers over the picture | readwrite | string |
Picture.align | Align the Picture relative to its parent | readwrite | boolean |
Picture.enabled | Controls whether the picture responds to mouse and other events | readwrite | boolean |
Picture.visible | Controls whether the Picture appears onscreen | readwrite | boolean |
Picture.allowdrop() | Controls whether the Picture is a drag and drop target | readwrite | boolean |
Picture.parent | Get the Picture's parent widget | readonly | Window | Groupbox TabItem | Panel |
Picture.tooltip | Get/set the Picture tooltip text | readwrite | string |
Method | Description | Return value |
---|---|---|
Picture.constructor() | Picture object constructor | Picture |
Picture:load() | Load the Picture image from disk | boolean |
Picture:save() | Save the Picture image to disk | boolean |
Picture:resize() | Resize the Picture | - |
Picture:center() | Centers the Picture on the parent widget | - |
Picture:show() | Shows the Picture | - |
Picture:hide() | Hides the Picture | - |
Picture:tofront() | Brings the widget in front | - |
Picture:toback() | Puts the widget to the back | - |