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. More...
 
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. More...
 
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. More...
 
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. More...
 
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. More...
 
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. More...
 

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.
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.
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.
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().