cls_PushButton - almarklein/visvis GitHub Wiki
Inherits from Label.
A button to click on. It is a label with an edgewidth of 1, in which text is horizontally aligned. Plus the hittest is put on by default.
The PushButton class implements the following properties:
eventPress
Fired when the mouse released over the button after a mouseDown.