C# Class Ethos.UIConfigurableAdapter

Inheritance: GLib.GInterfaceAdapter, Ethos.UIConfigurable
显示文件 Open project: chergert/ethos

Public Methods

Method Description
GetObject ( GLib obj ) : UIConfigurable
GetObject ( IntPtr handle, bool owned ) : UIConfigurable
UIConfigurableAdapter ( IntPtr handle ) : System
UIConfigurableAdapter ( UIConfigurableImplementor implementor ) : System

Private Methods

Method Description
Initialize ( IntPtr ifaceptr, IntPtr data ) : void
UIConfigurableAdapter ( ) : System
ethos_ui_configurable_get_type ( ) : IntPtr

Method Details

GetObject() public static method

public static GetObject ( GLib obj ) : UIConfigurable
obj GLib
return UIConfigurable

GetObject() public static method

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

UIConfigurableAdapter() public method

public UIConfigurableAdapter ( IntPtr handle ) : System
handle System.IntPtr
return System

UIConfigurableAdapter() public method

public UIConfigurableAdapter ( UIConfigurableImplementor implementor ) : System
implementor UIConfigurableImplementor
return System