Open topic with navigation
<node3d:GUI:button>.downpicture
This action will set the picture for when the Button or Checkbox is down
<node3d:GUI:button>.downpicture( |
|
filename |
) |
|
filename
A valid image file
Remarks
This action will set the picture for the Button or Checkbox when it is down.
Return Value
None
Example
button = viz.addButton()
button.downpicture('down.jpg')
See also