Show / Hide Table of Contents

    Class EditorWindow

    Deprecated since API10. Will be removed in API12. Use NUIApplication.GetDefaultWindow() to get window in NUI application

    Definition

    Namespace:
    Tizen.Uix.InputMethod
    Assembly:
    Tizen.Uix.InputMethod.dll
    API Level:
    4

    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)

    Deprecated since API10. Will be removed in API12.

    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
    IntPtr

    Handle IntPtr.

    Overrides
    Window.CreateHandle(EvasObject)
    API Level: 4
    View Source

    GetHandle()

    Deprecated since API10. Will be removed in API12.

    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
    IntPtr

    Handle IntPtr.

    API Level: 4
    View Source

    SetSize(Int32, Int32, Int32, Int32)

    Deprecated since API10. Will be removed in API12.

    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
    Int32 portraitWidth

    The width in the portrait mode.

    Int32 portraitHeight

    The height in the portrait mode.

    Int32 landscapeWidth

    The width in the landscape mode.

    Int32 landscapeHeight

    The height in the landscape mode.

    Exceptions
    Type Condition
    ArgumentException

    This exception can be due to an invalid parameter.

    UnauthorizedAccessException

    This exception can be due to permission denied.

    InvalidOperationException

    The IME main loop has not started yet.

    API Level: 4
    Privilege Level: public
    Privilege: http://tizen.org/privilege/ime

    Implements

    IAccessibleObject

    Extension Methods

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