C# 클래스 Ethos.UIConfigurableAdapter

상속: GLib.GInterfaceAdapter, Ethos.UIConfigurable
파일 보기 프로젝트 열기: chergert/ethos

공개 메소드들

메소드 설명
GetObject ( GLib obj ) : UIConfigurable
GetObject ( IntPtr handle, bool owned ) : UIConfigurable
UIConfigurableAdapter ( IntPtr handle ) : System
UIConfigurableAdapter ( UIConfigurableImplementor implementor ) : System

비공개 메소드들

메소드 설명
Initialize ( IntPtr ifaceptr, IntPtr data ) : void
UIConfigurableAdapter ( ) : System
ethos_ui_configurable_get_type ( ) : IntPtr

메소드 상세

GetObject() 공개 정적인 메소드

public static GetObject ( GLib obj ) : UIConfigurable
obj GLib
리턴 UIConfigurable

GetObject() 공개 정적인 메소드

public static GetObject ( IntPtr handle, bool owned ) : UIConfigurable
handle System.IntPtr
owned bool
리턴 UIConfigurable

UIConfigurableAdapter() 공개 메소드

public UIConfigurableAdapter ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

UIConfigurableAdapter() 공개 메소드

public UIConfigurableAdapter ( UIConfigurableImplementor implementor ) : System
implementor UIConfigurableImplementor
리턴 System