libsexy Reference Manual

Synopsis

public class Tooltip : Window, Implementor, Buildable  {
    public                              Tooltip                   (  ) ;
    public                              Tooltip.with_label        ( string              text ) ;


    public    void                      position_to_rect          ( Gdk.Rectangle       rect,
                                                                    Gdk.Screen          screen ) ;
    public    void                      position_to_widget        ( Gtk.Widget          widget ) ;
}

Tooltip Description

Details

Constructor Details

Tooltip ()
    public                              Tooltip                   (  ) ;		

Tooltip.with_label ()
    public                              Tooltip.with_label        ( string              text ) ;		

Field Details

Signal Details

Property Details

Method Details

position_to_rect ()
    public    void                      position_to_rect          ( Gdk.Rectangle       rect,
                                                                    Gdk.Screen          screen ) ;		

position_to_widget ()
    public    void                      position_to_widget        ( Gtk.Widget          widget ) ;		


Created by Valadoc