hildon-1 Reference Manual

Synopsis

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

FontSelectionDialog Description

Details

Constructor Details

FontSelectionDialog ()
    public                              FontSelectionDialog       ( Gtk.Window          parent,
                                                                    string              title ) ;		

Field Details

Signal Details

Property Details

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

bold_set
    public    weak bool                 bold_set                  { get; construct set; } ;		

color
    public    weak Gdk.Color            color                     { get; set; } ;		

color_set
    public    weak bool                 color_set                 { get; construct set; } ;		

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

family_set
    public    weak bool                 family_set                { get; construct set; } ;		

font_scaling
    public    weak double               font_scaling              { get; set; } ;		

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

italic_set
    public    weak bool                 italic_set                { get; construct set; } ;		

position
    public    weak int                  position                  { get; set; } ;		

position_set
    public    weak bool                 position_set              { get; construct set; } ;		

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

size
    public    weak int                  size                      { get; set; } ;		

size_set
    public    weak bool                 size_set                  { get; construct set; } ;		

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

strikethrough_set
    public    weak bool                 strikethrough_set         { get; construct set; } ;		

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

underline_set
    public    weak bool                 underline_set             { get; construct set; } ;		

Method Details

get_preview_text ()
    public    weak string               get_preview_text          (  ) ;		

set_preview_text ()
    public    void                      set_preview_text          ( string              text ) ;		


Created by Valadoc