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 |
Méthode | Description | |
---|---|---|
g_object_class_find_property ( |
||
g_object_set ( |
||
g_type_class_peek ( |
||
gtk_icon_theme_get_default ( ) : |
||
gtk_icon_theme_has_icon ( |
||
gtk_icon_theme_load_icon ( |
public static HasIcon ( string name ) : bool | ||
name | string | |
Résultat | bool |
public static LoadIcon ( int size ) : Gdk.Pixbuf | ||
size | int | |
Résultat | Gdk.Pixbuf |
public static LoadIcon ( string name, int size ) : Gdk.Pixbuf | ||
name | string | |
size | int | |
Résultat | Gdk.Pixbuf |
public static LoadIcon ( string name, int size, bool fallBackOnResource ) : Gdk.Pixbuf | ||
name | string | |
size | int | |
fallBackOnResource | bool | |
Résultat | Gdk.Pixbuf |
public static SetWindowIcon ( Gtk window ) : void | ||
window | Gtk | |
Résultat | void |
public static SetWindowIcon ( Gtk window, string iconName ) : void | ||
window | Gtk | |
iconName | string | |
Résultat | void |