public class FontButton : Button, Implementor, Buildable {
public weak string font_name { get; set; } ;
public weak bool show_size { get; set; } ;
public weak bool show_style { get; set; } ;
public weak string title { get; set; } ;
public weak bool use_font { get; set; } ;
public weak bool use_size { get; set; } ;
public FontButton ( ) ;
public FontButton.with_font ( string fontname ) ;
public signal void font_set ( ) ;
public weak string get_font_name ( ) ;
public bool get_show_size ( ) ;
public bool get_show_style ( ) ;
public weak string get_title ( ) ;
public bool get_use_font ( ) ;
public bool get_use_size ( ) ;
public bool set_font_name ( string fontname ) ;
public void set_show_size ( bool show_size ) ;
public void set_show_style ( bool show_style ) ;
public void set_title ( string title ) ;
public void set_use_font ( bool use_font ) ;
public void set_use_size ( bool use_size ) ;
}

public FontButton ( ) ;
public FontButton.with_font ( string fontname ) ;
public signal void font_set ( ) ;
public weak string font_name { get; set; } ;
public weak bool show_size { get; set; } ;
public weak bool show_style { get; set; } ;
public weak string title { get; set; } ;
public weak bool use_font { get; set; } ;
public weak bool use_size { get; set; } ;
public weak string get_font_name ( ) ;
public bool get_show_size ( ) ;
public bool get_show_style ( ) ;
public weak string get_title ( ) ;
public bool get_use_font ( ) ;
public bool get_use_size ( ) ;
public bool set_font_name ( string fontname ) ;
public void set_show_size ( bool show_size ) ;
public void set_show_style ( bool show_style ) ;
public void set_title ( string title ) ;
public void set_use_font ( bool use_font ) ;
public void set_use_size ( bool use_size ) ;
Created by Valadoc