vdk 2.4.0
|
Provides a tooltip. More...
#include <tooltips.h>
Provides a tooltip.
Constructor.
owner | |
tipped | object |
tip | |
delay |
VDKTooltip::~VDKTooltip | ( | ) |
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.