C# 클래스 Tangerine.IconThemeUtils

파일 보기 프로젝트 열기: snorp/tangerine

공개 메소드들

메소드 설명
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 ( 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

메소드 상세

HasIcon() 공개 정적인 메소드

public static HasIcon ( string name ) : bool
name string
리턴 bool

LoadIcon() 공개 정적인 메소드

public static LoadIcon ( int size ) : Gdk.Pixbuf
size int
리턴 Gdk.Pixbuf

LoadIcon() 공개 정적인 메소드

public static LoadIcon ( string name, int size ) : Gdk.Pixbuf
name string
size int
리턴 Gdk.Pixbuf

LoadIcon() 공개 정적인 메소드

public static LoadIcon ( string name, int size, bool fallBackOnResource ) : Gdk.Pixbuf
name string
size int
fallBackOnResource bool
리턴 Gdk.Pixbuf

SetWindowIcon() 공개 정적인 메소드

public static SetWindowIcon ( Gtk window ) : void
window Gtk
리턴 void

SetWindowIcon() 공개 정적인 메소드

public static SetWindowIcon ( Gtk window, string iconName ) : void
window Gtk
iconName string
리턴 void