Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

VDKTooltip Class Reference

Provides a tooltip. More...

#include <tooltips.h>

Inheritance diagram for VDKTooltip:

VDKObject VDKNotCopyAble List of all members.

Public Methods


Detailed Description

Provides a tooltip.


Constructor & Destructor Documentation

VDKTooltip::VDKTooltip VDKForm   owner,
VDKObject   tipped,
char *    tip,
int    delay = 0
 

Constructor.

Parameters:
owner 
tipped  object
tip 
delay 

VDKTooltip::~VDKTooltip  
 

Destructor


Member Function Documentation

void VDKTooltip::SetColors int    fred,
int    fgreen,
int    fblue,
int    bred,
int    bgreen,
int    bblue
[virtual]
 

This does not work at all !

TIP
Tip background should be customized via an rc file like this:
    style "tooltip"
    {
      bg[NORMAL] = {1.0, 1.0, 0.0}
      fg[NORMAL] = {0.0, 1.0, 0.0}
    }
    widget "gtk-tooltips*" style "tooltip"
Recall that almost all gtk themes except default one override your tip settings.

void VDKTooltip::SetDelay int    delay
 

Sets delay time in msecs

void VDKTooltip::SetTip char *    [virtual]
 

Change tip

Reimplemented from VDKObject.


The documentation for this class was generated from the following files:
Generated on Sat May 4 21:58:30 2002 for vdk 2.0.1 by doxygen1.2.15