Project:DUI

Class List Class Hierarchy
Summary: Ctors Methods Mixins

Module dui.Tooltips

Class Tooltips

dui.ObjectG.ObjectG
        dui.Tooltips.Tooltips

Implemented interfaces:


public class

Tooltips



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

Constructor Summary
(GObject* gObject)
          
()
          Creates a new tooltip

Methods Summary
public static GType getType()
          Gets this class type
public void* gtk()
          
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?) \todo chek usage


getType

public static GType getType()
Gets this class type

Returns:
this class type



ctor(Tooltips)(GObject* gObject)

gtk

public void* gtk()



ctor(Tooltips)()
Creates a new tooltip

enable

void enable()
Enable this tooltip

disable

void disable()
Disable this tooltip

setTip

void 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 -

forceWindow

void forceWindow()
force window (force display of this tooltip?) \todo chek usage