Class Elementary
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
The Elementary is a general elementary, a VERY SIMPLE toolkit.
[Obsolete("This has been deprecated in API12")]
public static class Elementary
- Inheritance
-
objectElementary
Properties
View SourceAppBaseScale
Gets or sets the base scale of the application.
Declaration
[Obsolete("This has been deprecated in API12")]
public static double AppBaseScale { get; set; }
Property Value
Type | Description |
---|---|
double |
BringInScrollFriction
Gets or sets the amount of inertia, a scroller imposes during a region to bring animations.
Declaration
[Obsolete("This has been deprecated in API12")]
public static double BringInScrollFriction { get; set; }
Property Value
Type | Description |
---|---|
double |
CanFocusHighlight
Gets or sets the enable status of the focus highlight.
Declaration
[Obsolete("This has been deprecated in API12")]
public static bool CanFocusHighlight { get; set; }
Property Value
Type | Description |
---|---|
bool |
FingerSize
Gets or sets the configured finger size.
Declaration
[Obsolete("This has been deprecated in API12")]
public static int FingerSize { get; set; }
Property Value
Type | Description |
---|---|
int |
FocusAutoScrollMode
Gets or sets the focus on autoscroll mode.
Declaration
[Obsolete("This has been deprecated in API12")]
public static FocusAutoScrollMode FocusAutoScrollMode { get; set; }
Property Value
Type | Description |
---|---|
FocusAutoScrollMode |
IsFocusHighlightAnimation
Gets or sets the enable status of the focus highlight animation.
Declaration
[Obsolete("This has been deprecated in API12")]
public static bool IsFocusHighlightAnimation { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsMirrored
Gets or sets the system mirrored mode. This determines the default mirrored mode of widgets.
Declaration
[Obsolete("This has been deprecated in API12")]
public static bool IsMirrored { get; set; }
Property Value
Type | Description |
---|---|
bool |
Scale
Gets or sets the global scaling factor.
Declaration
[Obsolete("This has been deprecated in API12")]
public static double Scale { get; set; }
Property Value
Type | Description |
---|---|
double |
Methods
View SourceAddThemeOverlay(string)
Prepends a theme overlay to the list of overlays.
Declaration
[Obsolete("This has been deprecated in API12")]
public static void AddThemeOverlay(string filePath)
Parameters
Type | Name | Description |
---|---|---|
string | filePath | The edje file path to be used. |
DeleteThemeExtention(string)
Deletes a theme extension from the list of extensions.
Declaration
[Obsolete("This has been deprecated in API12")]
public static void DeleteThemeExtention(string item)
Parameters
Type | Name | Description |
---|---|---|
string | item | The name of the theme extension. |
DeleteThemeOverlay(string)
Deletes a theme overlay from the list of overlays.
Declaration
[Obsolete("This has been deprecated in API12")]
public static void DeleteThemeOverlay(string filePath)
Parameters
Type | Name | Description |
---|---|---|
string | filePath | The name of the theme overlay. |
FlushAllCache()
Flushes all the cache. Frees all data that was in cache and is not currently being used, to reduce memory usage. This frees Edje's, Evas', and Eet's cache.
Declaration
[Obsolete("This has been deprecated in API12")]
public static void FlushAllCache()
FlushAllConfig()
Flushes all the configuration settings, and then applies those settings to all applications using elementary on the current display.
Declaration
[Obsolete("This has been deprecated in API12")]
public static void FlushAllConfig()
FlushAllThemes()
This flushes all the themes (default and specific ones).
Declaration
[Obsolete("This has been deprecated in API12")]
public static void FlushAllThemes()
FlushTheme()
Flushes the current theme.
Declaration
[Obsolete("This has been deprecated in API12")]
public static void FlushTheme()
FreeTheme()
Frees a theme.
Declaration
[Obsolete("This has been deprecated in API12")]
public static void FreeTheme()
Initialize()
Initializes Elementary.
Declaration
[Obsolete("This has been deprecated in API12")]
public static void Initialize()
Run()
Runs the elementary's main loop.
Declaration
[Obsolete("This has been deprecated in API12")]
public static void Run()
SetLanguage(string)
Changes the language of the current application.
Declaration
[Obsolete("This has been deprecated in API12")]
public static void SetLanguage(string language)
Parameters
Type | Name | Description |
---|---|---|
string | language | The language to set must be the full name of the locale. |
SetPolicy(uint, int)
Sets a new policy's value (for a given policy group/identifier).
Declaration
[Obsolete("This has been deprecated in API12")]
public static bool SetPolicy(uint policy, int value)
Parameters
Type | Name | Description |
---|---|---|
uint | policy | The policy identifier. |
int | value | The policy value, which depends on the identifier. |
Returns
Type | Description |
---|---|
bool |
SetTheme(string)
Sets the theme search order for the given theme.
Declaration
[Obsolete("This has been deprecated in API12")]
public static void SetTheme(string theme)
Parameters
Type | Name | Description |
---|---|---|
string | theme | Theme search string. |
Remarks
This sets the search string for the theme in path-notation from the first theme to search, to last, delimited by the : character. For example, "shiny:/path/to/file.edj:default".
Shutdown()
Shuts down Elementary.
Declaration
[Obsolete("This has been deprecated in API12")]
public static void Shutdown()
Events
View SourceEvasObjectRealized
EvasObjectRealized will be triggered when the EvasObject is realized.
Declaration
[Obsolete("This has been deprecated in API12")]
public static event EventHandler EvasObjectRealized
Event Type
Type | Description |
---|---|
System.EventHandler |
ItemObjectRealized
ItemObjectRealized will be triggered when the ItemObject is realized.
Declaration
[Obsolete("This has been deprecated in API12")]
public static event EventHandler ItemObjectRealized
Event Type
Type | Description |
---|---|
System.EventHandler |