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 width, int height)
 Creates a new window.
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.
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.
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.
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.
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.

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  w,
int  h 
)

Creates a new window.

Parameters:
parentThe parent window to use. If parent is 0, the root window of the default display is used.
xX position.
yY position.
widthWidth.
heightHeight.
Returns:
The new window handle.
Parameters:
parentThe parent window to use. If parent is 0, the root window of the default display is used.
xX position.
yY position.
wWidth.
hHeight.
Returns:
The new window handle.
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.

Parameters:
parentThe parent window to use. If parent is 0, the root window of the default display is used.
xX position.
yY position.
wWidth.
hHeight.
Returns:
The new 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.

Parameters:
parentThe parent window to use. If parent is 0, the root window of the default display is used.
xX position.
yY position.
widthWidth.
heightHeight.
Returns:
The new window handle.
Parameters:
parentThe parent window to use. If parent is 0, the root window of the default display is used.
xX position.
yY position.
wWidth.
hHeight.
Returns:
The new window handle.
EAPI Ecore_X_Window ecore_x_window_new ( Ecore_X_Window  parent,
int  x,
int  y,
int  w,
int  h 
)

Creates a new window.

Parameters:
parentThe parent window to use. If parent is 0, the root window of the default display is used.
xX position.
yY position.
wWidth.
hHeight.
Returns:
The new window handle.

References ecore_x_window_defaults_set().

Referenced by ecore_evas_software_x11_8_new().

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.

Parameters:
parentThe parent window to use. If parent is 0, the root window of the default display is used.
xX position.
yY position.
widthWidth.
heightHeight.
Returns:
The new window handle.
Parameters:
parentThe parent window to use. If parent is 0, the root window of the default display is used.
xX position.
yY position.
wWidth.
hHeight.
Returns:
The new window handle.
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.

Parameters:
parentThe parent window to use. If parent is 0, the root window of the default display is used.
xX position.
yY position.
wWidth.
hHeight.
Returns:
The new window handle.

Referenced by ecore_x_init().