public class FontSelectionDialog : Dialog, Implementor, Buildable {
public weak bool bold { get; set; } ;
public weak bool bold_set { get; construct set; } ;
public weak Gdk.Color color { get; set; } ;
public weak bool color_set { get; construct set; } ;
public weak string family { get; set; } ;
public weak bool family_set { get; construct set; } ;
public weak double font_scaling { get; set; } ;
public weak bool italic { get; set; } ;
public weak bool italic_set { get; construct set; } ;
public weak int position { get; set; } ;
public weak bool position_set { get; construct set; } ;
public weak string preview_text { get; set; } ;
public weak int size { get; set; } ;
public weak bool size_set { get; construct set; } ;
public weak bool strikethrough { get; set; } ;
public weak bool strikethrough_set { get; construct set; } ;
public weak bool underline { get; set; } ;
public weak bool underline_set { get; construct set; } ;
public FontSelectionDialog ( Gtk.Window parent,
string title ) ;
public weak string get_preview_text ( ) ;
public void set_preview_text ( string text ) ;
}

public FontSelectionDialog ( Gtk.Window parent,
string title ) ;
public weak bool bold { get; set; } ;
public weak bool bold_set { get; construct set; } ;
public weak Gdk.Color color { get; set; } ;
public weak bool color_set { get; construct set; } ;
public weak string family { get; set; } ;
public weak bool family_set { get; construct set; } ;
public weak double font_scaling { get; set; } ;
public weak bool italic { get; set; } ;
public weak bool italic_set { get; construct set; } ;
public weak int position { get; set; } ;
public weak bool position_set { get; construct set; } ;
public weak string preview_text { get; set; } ;
public weak int size { get; set; } ;
public weak bool size_set { get; construct set; } ;
public weak bool strikethrough { get; set; } ;
public weak bool strikethrough_set { get; construct set; } ;
public weak bool underline { get; set; } ;
public weak bool underline_set { get; construct set; } ;
public weak string get_preview_text ( ) ;
public void set_preview_text ( string text ) ;
Created by Valadoc