aboutsummaryrefslogtreecommitdiff
path: root/ostooltip.dcl
blob: 784f5572c1a3770755263d9e752ced2556e22b8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
definition module ostooltip

//	Clean Object I/O library, version 1.2

//	Operations to add and remove tooltip controls and areas.

import	StdString
from	ostoolbox	import :: OSToolbox
from	oswindow	import :: OSWindowPtr

/*	Tooltip controls are added and removed by osAddControlToolTip and osRemoveControlToolTip.
	The first  OSWindowPtr argument identifies the parent window.
	The second OSWindowPtr argument identifies the control.
	The String argument is the tooltip text.
*/
osAddControlToolTip		:: !OSWindowPtr !OSWindowPtr !String	!*OSToolbox -> *OSToolbox
osRemoveControlToolTip	:: !OSWindowPtr !OSWindowPtr			!*OSToolbox -> *OSToolbox