Class EditorWindow

Definition

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

The editor window class.

C#
Copy
public class EditorWindow : Window, IAccessibleObject
Inheritance
Implements

Methods

View Source

CreateHandle(EvasObject)

This API creates a handle for the editor window.

Declaration
C#
Copy
protected override IntPtr CreateHandle(EvasObject parent)
Parameters
Type Name Description
EvasObject parent
Returns
Type Description
System.IntPtr
Overrides
API Level: 4
View Source

GetHandle()

This API gets a handle for the editor window.

Declaration
C#
Copy
public IntPtr GetHandle()
Returns
Type Description
System.IntPtr
API Level: 4
View Source

SetSize(Int32, Int32, Int32, Int32)

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

Declaration
C#
Copy
public static void SetSize(int portraitWidth, int portraitHeight, int landscapeWidth, int landscapeHeight)
Parameters
Type Name Description
System.Int32 portraitWidth

The width in the portrait mode.

System.Int32 portraitHeight

The height in the portrait mode.

System.Int32 landscapeWidth

The width in the landscape mode.

System.Int32 landscapeHeight

The height in the landscape mode.

Exceptions
Type Condition
InvalidOperationException

This can occur due to the following reasons: 1) The application does not have the privilege to call this function. 2) The IME main loop isn't started yet.

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

Implements

Extension Methods