Difference between revisions of "$tip"
From Scriptwiki
m (uniform to other articles) |
|||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
The $tip() identifer allows you to create scripted tips that are independent of normal tip events. | The $tip() identifer allows you to create scripted tips that are independent of normal tip events. | ||
− | $tip(name,title,text,delay,iconfn,iconpos,alias,wid) | + | $tip(name,title,text,[delay,iconfn,iconpos,alias,wid]) |
− | Returns Nth position of tip if it was successfully created, zero if not | + | ; Returns Nth position of tip if it was successfully created, zero if not. |
− | |||
− | |||
− | |||
− | |||
− | |||
$tip(name/N) | $tip(name/N) | ||
+ | ; Returns properties for the specified tip. | ||
== Parameters and properties == | == Parameters and properties == | ||
− | |||
* name - name of the tip | * name - name of the tip | ||
* title - title | * title - title |
Revision as of 09:20, 23 April 2008
The $tip() identifer allows you to create scripted tips that are independent of normal tip events.
$tip(name,title,text,[delay,iconfn,iconpos,alias,wid]) ; Returns Nth position of tip if it was successfully created, zero if not.
$tip(name/N) ; Returns properties for the specified tip.
Parameters and properties
- name - name of the tip
- title - title
- text - text
- delay - from 3 to 60 seconds
- iconfn - icon filename
- iconpos - icon position in filename
- alias - alias to perform when tip is double-clicked
- wid - id of window to which tip belongs