X Window Creation Functions
Functions that can be used to create an X window. More...Functions | |
EAPI Ecore_X_Window | ecore_x_window_new (Ecore_X_Window parent, int x, int y, int w, int h) |
Creates a new window. | |
EAPI Ecore_X_Window | ecore_x_window_override_new (Ecore_X_Window parent, int x, int y, int w, int h) |
Creates a window with the override redirect attribute set to True . | |
EAPI Ecore_X_Window | ecore_x_window_input_new (Ecore_X_Window parent, int x, int y, int w, int h) |
Creates a new input window. | |
EAPI Ecore_X_Window | ecore_x_window_manager_argb_new (Ecore_X_Window parent, int x, int y, int w, int h) |
Creates a new window. | |
EAPI Ecore_X_Window | ecore_x_window_argb_new (Ecore_X_Window parent, int x, int y, int w, int h) |
Creates a new window. | |
EAPI Ecore_X_Window | ecore_x_window_override_argb_new (Ecore_X_Window parent, int x, int y, int w, int h) |
Creates a window with the override redirect attribute set to True . |
Detailed Description
Functions that can be used to create an X window.
Function Documentation
EAPI Ecore_X_Window ecore_x_window_argb_new | ( | Ecore_X_Window | parent, | |
int | x, | |||
int | y, | |||
int | width, | |||
int | height | |||
) |
Creates a new window.
- Parameters:
-
parent The parent window to use. If parent
is0
, the root window of the default display is used.x X position. y Y position. w Width. h Height.
- Returns:
- The new window handle.
- Parameters:
-
parent The parent window to use. If parent
is0
, the root window of the default display is used.x X position. y Y position. width Width. height Height.
- Returns:
- The new window handle.
Referenced by ecore_evas_software_x11_16_new(), and ecore_evas_software_x11_new().
EAPI Ecore_X_Window ecore_x_window_input_new | ( | Ecore_X_Window | parent, | |
int | x, | |||
int | y, | |||
int | width, | |||
int | height | |||
) |
Creates a new input window.
- Parameters:
-
parent The parent window to use. If parent
is0
, the root window of the default display is used.x X position. y Y position. w Width. h Height.
- Returns:
- The new window.
EAPI Ecore_X_Window ecore_x_window_manager_argb_new | ( | Ecore_X_Window | parent, | |
int | x, | |||
int | y, | |||
int | width, | |||
int | height | |||
) |
Creates a new window.
- Parameters:
-
parent The parent window to use. If parent
is0
, the root window of the default display is used.x X position. y Y position. w Width. h Height.
- Returns:
- The new window handle.
- Parameters:
-
parent The parent window to use. If parent
is0
, the root window of the default display is used.x X position. y Y position. width Width. height Height.
- Returns:
- The new window handle.
EAPI Ecore_X_Window ecore_x_window_new | ( | Ecore_X_Window | parent, | |
int | x, | |||
int | y, | |||
int | width, | |||
int | height | |||
) |
Creates a new window.
- Parameters:
-
parent The parent window to use. If parent
is0
, the root window of the default display is used.x X position. y Y position. w Width. h Height.
- Returns:
- The new window handle.
References ecore_x_window_defaults_set().
Referenced by ecore_evas_software_x11_16_new(), ecore_evas_software_x11_new(), and ecore_evas_xrender_x11_new().
EAPI Ecore_X_Window ecore_x_window_override_argb_new | ( | Ecore_X_Window | parent, | |
int | x, | |||
int | y, | |||
int | width, | |||
int | height | |||
) |
Creates a window with the override redirect attribute set to True
.
- Parameters:
-
parent The parent window to use. If parent
is0
, the root window of the default display is used.x X position. y Y position. w Width. h Height.
- Returns:
- The new window handle.
- Parameters:
-
parent The parent window to use. If parent
is0
, the root window of the default display is used.x X position. y Y position. width Width. height Height.
- Returns:
- The new window handle.
EAPI Ecore_X_Window ecore_x_window_override_new | ( | Ecore_X_Window | parent, | |
int | x, | |||
int | y, | |||
int | width, | |||
int | height | |||
) |
Creates a window with the override redirect attribute set to True
.
- Parameters:
-
parent The parent window to use. If parent
is0
, the root window of the default display is used.x X position. y Y position. w Width. h Height.
- Returns:
- The new window handle.
Referenced by ecore_x_init().