X11Window.InputProxyWindowMode Class
Definition
public class X11Window.InputProxyWindowMode
Constructors
| Name | Description |
|---|---|
| X11Window.InputProxyWindowMode | No summary available. |
X11Window.InputProxyWindowMode Constructor
public X11Window.InputProxyWindowMode()
Methods
| Name | Description |
|---|---|
| AppendWmProtocols | No summary available. |
| OnDestroyNotify | No summary available. |
| OnEvent | No summary available. |
| OnHandleCreated | No summary available. |
| Activate | Inherited from X11Window.DefaultTopLevelWindowMode. |
| Hide | Inherited from X11Window.DefaultTopLevelWindowMode. |
| PointToClient | Inherited from X11Window.DefaultTopLevelWindowMode. |
| PointToScreen | Inherited from X11Window.DefaultTopLevelWindowMode. |
| Show | Inherited from X11Window.DefaultTopLevelWindowMode. |
| Init | Inherited from X11Window.X11WindowMode. |
AppendWmProtocols Method
public void AppendWmProtocols(System.Collections.Generic.List<IntPtr> data)
Parameters
data System.Collections.Generic.List<IntPtr>
OnDestroyNotify Method
public void OnDestroyNotify()
OnEvent Method
public bool OnEvent(Avalonia.X11.XEvent& ev)
Parameters
ev Avalonia.X11.XEvent&
Returns
bool
OnHandleCreated Method
public void OnHandleCreated(IntPtr handle)
Parameters
handle IntPtr
Properties
| Name | Description |
|---|---|
| BlockInput | Inherited from X11Window.X11WindowMode. |
| Window | Inherited from X11Window.X11WindowMode. |