Class ToolBar |
# This class is a {Panel} which may have {Component}s added to it in the normal way. However, the {Component}s within it will produce tooltip labels when the mouse cursor is held over them for a short period of time. The tooltip strings may be set using the {set_tooltip} method of {Component}.
Details |
Constructor |
Methods: |
# Configure the delays used in making the tooltips appear. @param x The starting delay, ie the period before a tooltip appears. @param y The end delay, namely how long the tooltip stays visible.
Fields: |