메소드 | 설명 | |
---|---|---|
CancelTimerInvoke ( object id ) : void | ||
DispatchPendingEvents ( ) : void | ||
Dispose ( ) : void | ||
ExitApplication ( ) : void | ||
GetBackendForContext ( object nativeWidget, object nativeContext ) : object | ||
GetBackendForImage ( object nativeImage ) : object | ||
GetBackendForWindow ( object nativeWindow ) : IWindowFrameBackend | ||
GetNativeImage ( Xwt image ) : object | ||
GetNativeParentWindow ( Widget w ) : object | ||
GetNativeWidget ( Widget w ) : object | ||
GetNativeWindow ( IWindowFrameBackend backend ) : object | ||
HasNativeParent ( Widget w ) : bool | ||
InitializeApplication ( ) : void | ||
InitializeBackends ( ) : void | ||
InvokeAsync ( System.Action action ) : void | ||
RenderImage ( object nativeWidget, object nativeContext, |
||
RenderWidget ( Widget widget ) : object | ||
ReplaceChild ( Gtk oldWidget, Gtk newWidget ) : void | ||
RunApplication ( ) : void | ||
TimerInvoke ( Func |
메소드 | 설명 | |
---|---|---|
GetBackendImplementationType ( |
public GetBackendForContext ( object nativeWidget, object nativeContext ) : object | ||
nativeWidget | object | |
nativeContext | object | |
리턴 | object |
public GetBackendForImage ( object nativeImage ) : object | ||
nativeImage | object | |
리턴 | object |
public GetBackendForWindow ( object nativeWindow ) : IWindowFrameBackend | ||
nativeWindow | object | |
리턴 | IWindowFrameBackend |
protected GetBackendImplementationType ( |
||
backendType | ||
리턴 |
public GetNativeParentWindow ( Widget w ) : object | ||
w | Widget | |
리턴 | object |
public GetNativeWindow ( IWindowFrameBackend backend ) : object | ||
backend | IWindowFrameBackend | |
리턴 | object |
public InvokeAsync ( System.Action action ) : void | ||
action | System.Action | |
리턴 | void |
public RenderImage ( object nativeWidget, object nativeContext, |
||
nativeWidget | object | |
nativeContext | object | |
img | ||
x | double | |
y | double | |
리턴 | void |
public static ReplaceChild ( Gtk oldWidget, Gtk newWidget ) : void | ||
oldWidget | Gtk | |
newWidget | Gtk | |
리턴 | void |
public TimerInvoke ( Func |
||
action | Func |
|
timeSpan | System.TimeSpan | |
리턴 | object |