C# Class Tangerine.IconThemeUtils

Afficher le fichier Open project: snorp/tangerine

Méthodes publiques

Méthode Description
HasIcon ( string name ) : bool
LoadIcon ( int size ) : Gdk.Pixbuf
LoadIcon ( string name, int size ) : Gdk.Pixbuf
LoadIcon ( string name, int size, bool fallBackOnResource ) : Gdk.Pixbuf
SetWindowIcon ( Gtk window ) : void
SetWindowIcon ( Gtk window, string iconName ) : void

Private Methods

Méthode Description
g_object_class_find_property ( IntPtr klass, string name ) : IntPtr
g_object_set ( IntPtr obj, string property, IntPtr value, IntPtr nullarg ) : void
g_type_class_peek ( IntPtr gtype ) : IntPtr
gtk_icon_theme_get_default ( ) : IntPtr
gtk_icon_theme_has_icon ( IntPtr theme, string name ) : bool
gtk_icon_theme_load_icon ( IntPtr theme, string name, int size, int flags, IntPtr error ) : IntPtr

Method Details

HasIcon() public static méthode

public static HasIcon ( string name ) : bool
name string
Résultat bool

LoadIcon() public static méthode

public static LoadIcon ( int size ) : Gdk.Pixbuf
size int
Résultat Gdk.Pixbuf

LoadIcon() public static méthode

public static LoadIcon ( string name, int size ) : Gdk.Pixbuf
name string
size int
Résultat Gdk.Pixbuf

LoadIcon() public static méthode

public static LoadIcon ( string name, int size, bool fallBackOnResource ) : Gdk.Pixbuf
name string
size int
fallBackOnResource bool
Résultat Gdk.Pixbuf

SetWindowIcon() public static méthode

public static SetWindowIcon ( Gtk window ) : void
window Gtk
Résultat void

SetWindowIcon() public static méthode

public static SetWindowIcon ( Gtk window, string iconName ) : void
window Gtk
iconName string
Résultat void