User Documentation
Developer Documentation
Support
Allows for the easy creation of tool tips that are displayed below buttons. Requires a widget and overlays a simple tool tip once hovered over by the mouse. Created with py:meth:createToolTip
ToolTip
Displays text in a label below a passed widget
hide_tip
Hide or destroy the tool tip label when the mouse leaves widget. Bound to the '<Leave>' event when createToolTip() is called
'<Leave>'
createToolTip()
show_tip
Create and pack the tooltip, bound to the '<Enter>' event when createToolTip() is called
'<Enter>'
create_tool_tip
Create an instance of ToolTip and bind the '<Enter>' and '<Leave>' events for displaying to the widget passed