Class EditorWindow

    Definition

    Namespace:
    Tizen.Uix.InputMethod
    Assembly:
    Tizen.Uix.InputMethod.dll

    The editor window class.

    [Obsolete("Deprecated since API10. Will be removed in API12. Use NUIApplication.GetDefaultWindow() to get window in NUI application")]
    public class EditorWindow : Window, IAccessibleObject
    Inheritance
    object
    EvasObject
    AccessibleObject
    Widget
    Window
    EditorWindow
    Implements
    IAccessibleObject

    Methods

    View Source

    CreateHandle(EvasObject)

    This API creates a handle for the editor window.

    Declaration
    [Obsolete("Deprecated since API10. Will be removed in API12.")]
    protected override IntPtr CreateHandle(EvasObject parent)
    Parameters
    Type Name Description
    EvasObject parent

    Parent EvasObject.

    Returns
    Type Description
    System.IntPtr

    Handle IntPtr.

    Overrides
    Window.CreateHandle(EvasObject)
    View Source

    GetHandle()

    This API gets a handle for the editor window.

    Declaration
    [Obsolete("Deprecated since API10. Will be removed in API12.")]
    public IntPtr GetHandle()
    Returns
    Type Description
    System.IntPtr

    Handle IntPtr.

    View Source

    SetSize(int, int, int, int)

    This API updates the input panel window's size information.

    Declaration
    [Obsolete("Deprecated since API10. Will be removed in API12.")]
    public static void SetSize(int portraitWidth, int portraitHeight, int landscapeWidth, int landscapeHeight)
    Parameters
    Type Name Description
    int portraitWidth

    The width in the portrait mode.

    int portraitHeight

    The height in the portrait mode.

    int landscapeWidth

    The width in the landscape mode.

    int landscapeHeight

    The height in the landscape mode.

    Exceptions
    Type Condition
    System.ArgumentException

    This exception can be due to an invalid parameter.

    System.UnauthorizedAccessException

    This exception can be due to permission denied.

    System.InvalidOperationException

    The IME main loop has not started yet.

    Implements

    IAccessibleObject

    Extension Methods

    RotaryEventExtensions.Activate(EvasObject)
    RotaryEventExtensions.AddRotaryEventHandler(EvasObject, RotaryEventHandler)
    RotaryEventExtensions.Deactivate(EvasObject)
    RotaryEventExtensions.RemoveRotaryEventHandler(EvasObject, RotaryEventHandler)
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX