Module c_ecore_evas
[hide private]
[frames] | no frames]

Module c_ecore_evas

Functions [hide private]
str
engine_name_from_type(...)
Retrive the engine name given it's id.
int
engine_type_from_name(...)
Retrive the type id for the engine given it's name.
bool
engine_type_supported_get(...)
Check if engine is supported.
list of str
engines_get(...)
List all supported engines.
 
init(...)
 
new(...)
Creates a new EcoreEvas based on engine name.
 
shutdown(...)
Variables [hide private]
  __package__ = None
  __test__ = {u'BaseX11.x_window_cursor_shape_set (line 21)': 'S...
Function Details [hide private]

engine_type_from_name(...)

 

Retrive the type id for the engine given it's name.

Returns: int
>= 0 on success or -1 on failure.

new(...)

 

Creates a new EcoreEvas based on engine name.

Raises:
  • SystemError - if problems occur.

Variables Details [hide private]

__test__

Value:
{u'BaseX11.x_window_cursor_shape_set (line 21)': '''Set cursor to one \
pre-defined shape.

        Default value is ECORE_X_CURSOR_X, usual values are:
         - ECORE_X_CURSOR_ARROW
         - ECORE_X_CURSOR_CLOCK
         - ECORE_X_CURSOR_CROSS

...