UpdateTBtooltips | |||
Syntax: | |||
UpdateTBtooltips( [#Toolbar] ) | |||
Parameters: | |||
| |||
Description: | |||
Updates the ToolbarTooltips ( resize Tooltips to actual ButtonSize ) If no parameter is given, the Tooltips in the currently used TB are updated, otherwise the Tooltips in the Toolbar specified in the Parameter is updated. (beginning with 0) | |||
Example: | |||
; nothing to say UpdateTBtooltips() UpdateTBtooltips(1) | |||
Remarks: | |||
This is an internal command only. You should not need it for yourself. If your Tooltips look wrong (dont fit the Button Size), try this command and report the possible bug please (with example that shows the ´Bug´). | |||
|