gtk+-2.0 Reference Manual

Synopsis

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

FontButton Description

Details

Constructor Details

FontButton ()
    public                              FontButton                (  ) ;		

FontButton.with_font ()
    public                              FontButton.with_font      ( string              fontname ) ;		

Field Details

Signal Details

font_set
    public    signal void               font_set                  (  )  ;		

Property Details

font_name
    public    weak string               font_name                 { get; set; } ;		

show_size
    public    weak bool                 show_size                 { get; set; } ;		

show_style
    public    weak bool                 show_style                { get; set; } ;		

title
    public    weak string               title                     { get; set; } ;		

use_font
    public    weak bool                 use_font                  { get; set; } ;		

use_size
    public    weak bool                 use_size                  { get; set; } ;		

Method Details

get_font_name ()
    public    weak string               get_font_name             (  ) ;		

get_show_size ()
    public    bool                      get_show_size             (  ) ;		

get_show_style ()
    public    bool                      get_show_style            (  ) ;		

get_title ()
    public    weak string               get_title                 (  ) ;		

get_use_font ()
    public    bool                      get_use_font              (  ) ;		

get_use_size ()
    public    bool                      get_use_size              (  ) ;		

set_font_name ()
    public    bool                      set_font_name             ( string              fontname ) ;		

set_show_size ()
    public    void                      set_show_size             ( bool                show_size ) ;		

set_show_style ()
    public    void                      set_show_style            ( bool                show_style ) ;		

set_title ()
    public    void                      set_title                 ( string              title ) ;		

set_use_font ()
    public    void                      set_use_font              ( bool                use_font ) ;		

set_use_size ()
    public    void                      set_use_size              ( bool                use_size ) ;		


Created by Valadoc