메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 LoadIcon ( string name, int size ) : Gdk.Pixbuf | ||
name | string | |
size | int | |
리턴 | Gdk.Pixbuf |
public static LoadIcon ( string name, int size, bool fallBackOnResource ) : Gdk.Pixbuf | ||
name | string | |
size | int | |
fallBackOnResource | bool | |
리턴 | Gdk.Pixbuf |
public static SetWindowIcon ( Gtk window, string iconName ) : void | ||
window | Gtk | |
iconName | string | |
리턴 | void |