Class Conformant
Definition
- Namespace:
- Elm
Sharp
- Assembly:
- ElmSharp.dll
The Conformant is a widget that can be used in elementary applications to account for space taken up by the indicator, virtual keypad & softkey windows when running the illume2 module of E17.
C#
Copy
[Obsolete("This has been deprecated in API12")]
public class Conformant : Widget, IAccessibleObject
- Inheritance
- Implements
Constructors
Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")]
public Conformant(Window parent)
Parameters
Type | Name | Description |
---|---|---|
Window | parent | The parent is a given container, which will be attached by Conformant
as a child. It's Evas |
Methods
Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")]
protected override IntPtr CreateHandle(EvasObject parent)
Parameters
Type | Name | Description |
---|---|---|
Evas |
parent | Parent EvasObject. |
Returns
Type | Description |
---|---|
System. |
Handle IntPtr. |