vdk 2.4.0
|
Provides a tooltip. More...
#include <tooltips.h>
Provides a tooltip.
VDKTooltip::VDKTooltip | ( | VDKForm * | owner, |
VDKObject * | tipped, | ||
char * | tip, | ||
int | delay = 0 |
||
) |
Constructor.
owner | |
tipped | object |
tip | |
delay |
Destructor
void VDKTooltip::SetColors | ( | int | fred, |
int | fgreen, | ||
int | fblue, | ||
int | bred, | ||
int | bgreen, | ||
int | bblue | ||
) | [virtual] |
This does not work at all !
style "tooltip" { bg[NORMAL] = {1.0, 1.0, 0.0} fg[NORMAL] = {0.0, 1.0, 0.0} } widget "gtk-tooltips*" style "tooltip"
void VDKTooltip::SetDelay | ( | int | delay | ) |
Sets delay time in msecs
void VDKTooltip::SetTip | ( | char * | tipString | ) | [virtual] |
Change tip
Reimplemented from VDKObject.