gio-2.0 Reference Manual

Synopsis

public class ThemedIcon : Object, Icon  {
    public    weak string               name                      { construct } ;
    public    weak string[]             names                     { get; construct } ;
    public    weak bool                 use_default_fallbacks     { construct } ;


    public                              ThemedIcon                ( string              iconname ) ;
    public                              ThemedIcon.from_names     ( string[]            iconnames,
                                                                    int                 len ) ;
    public                              ThemedIcon.with_default_fallbacks ( string              iconname ) ;


    public    void                      append_name               ( string              iconname ) ;
    public    weak string               get_names                 (  ) ;
}

ThemedIcon Description

Details

Constructor Details

ThemedIcon ()
    public                              ThemedIcon                ( string              iconname ) ;		

ThemedIcon.from_names ()
    public                              ThemedIcon.from_names     ( string[]            iconnames,
                                                                    int                 len ) ;		

ThemedIcon.with_default_fallbacks ()
    public                              ThemedIcon.with_default_fallbacks ( string              iconname ) ;		

Field Details

Signal Details

Property Details

name
    public    weak string               name                      { construct } ;		

names
    public    weak string[]             names                     { get; construct } ;		

use_default_fallbacks
    public    weak bool                 use_default_fallbacks     { construct } ;		

Method Details

append_name ()
    public    void                      append_name               ( string              iconname ) ;		

get_names ()
    public    weak string               get_names                 (  ) ;		


Created by Valadoc