Tooltips Class Reference

Inheritance diagram for Tooltips:

ObjectG List of all members.

Detailed Description

A text associated width a widget to display when the pointer stays on the widget for a period ot time.


Public Member Functions

 this (GObject *gObject)
 Creates a ObjectG from a GTK GObject.

 this ()
 Creates a new tooltip.

void enable ()
 Enable this tooltip.

void disable ()
 Disable this tooltip.

void setTip (Widget widget, String tip_text, String tip_private)
 Attaches this tooltip to a widget and sets it's text values.

void forceWindow ()
 force window (force display of this tooltip?)


Static Public Member Functions

GType getType ()
 Gets this class type.


Member Function Documentation

void Tooltips.disable  ) 
 

Disable this tooltip.

void Tooltips.enable  ) 
 

Enable this tooltip.

void Tooltips.forceWindow  ) 
 

force window (force display of this tooltip?)

Todo:
chek usage

GType Tooltips.getType  )  [static]
 

Gets this class type.

Returns:
this class type

void Tooltips.setTip Widget  widget,
String  tip_text,
String  tip_private
 

Attaches this tooltip to a widget and sets it's text values.

Parameters:
widget the widget
tip_text the tolltip text
tip_private 

Tooltips.this  ) 
 

Creates a new tooltip.

Tooltips.this GObject *  gObject  ) 
 

Creates a ObjectG from a GTK GObject.

This will set a pointer to the ObjectG on the GTK GObject all the new widget will end up executing this contructor.

Reimplemented from ObjectG.


SourceForge.net Logo