gtk+-2.0 Reference Manual

Synopsis

public class FontSelectionDialog : Dialog, Implementor, Buildable  {
    public    weak Widget               fontsel ;
    public    weak Widget               main_vbox ;
    public    weak Widget               action_area ;
    public    weak Widget               ok_button ;
    public    weak Widget               apply_button ;
    public    weak Widget               cancel_button ;
    public    int                       dialog_width ;
    public    bool                      auto_resize ;


    public                              FontSelectionDialog       ( string              title ) ;


    public    weak string               get_font_name             (  ) ;
    public    weak string               get_preview_text          (  ) ;
    public    bool                      set_font_name             ( string              fontname ) ;
    public    void                      set_preview_text          ( string              text ) ;
}

FontSelectionDialog Description

Details

Constructor Details

FontSelectionDialog ()
    public                              FontSelectionDialog       ( string              title ) ;		

Field Details

fontsel
    public    weak Widget               fontsel ;		

main_vbox
    public    weak Widget               main_vbox ;		

action_area
    public    weak Widget               action_area ;		

ok_button
    public    weak Widget               ok_button ;		

apply_button
    public    weak Widget               apply_button ;		

cancel_button
    public    weak Widget               cancel_button ;		

dialog_width
    public    int                       dialog_width ;		

auto_resize
    public    bool                      auto_resize ;		

Signal Details

Property Details

Method Details

get_font_name ()
    public    weak string               get_font_name             (  ) ;		

get_preview_text ()
    public    weak string               get_preview_text          (  ) ;		

set_font_name ()
    public    bool                      set_font_name             ( string              fontname ) ;		

set_preview_text ()
    public    void                      set_preview_text          ( string              text ) ;		


Created by Valadoc