Tool-Tips
Tool-tips allows the user to be given succinct information when the user moves over a widget.
A tool-tip is created using :
DDgui_set(id$, “TOOLTIP”, text$)
id$ is the ID of the widget that you want to create a tool-tip for. text$ is tool-tip text that you want to be displayed.
An example of using this is :
DDgui_set("t1","TIPTEXT","This is a button that has 'moo' in it")
Which looks like :
The tool-tip is displayed until the user moves the mouse away from the widget