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 ) ;
}

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 ) ;
Created by Valadoc