X Window Change Attributes Functions

Functions that change the attributes of a window. More...

Functions

EAPI void ecore_x_window_pixmap_set (Ecore_X_Window window, Ecore_X_Pixmap pixmap)
 Sets the background pixmap of the given window.
EAPI void ecore_x_window_background_color_set (Ecore_X_Window window, unsigned short red, unsigned short green, unsigned short blue)
 Sets the background color of the given window.
EAPI void ecore_x_window_pixel_gravity_set (Ecore_X_Window window, Ecore_X_Gravity gravity)
 Sets the bit gravity of the given window.
EAPI void ecore_x_window_gravity_set (Ecore_X_Window window, Ecore_X_Gravity gravity)
 Sets the gravity of the given window.
EAPI void ecore_x_window_override_set (Ecore_X_Window window, int override_redirect)
 Sets the override attribute of the given window.
EAPI void ecore_x_window_cursor_show (Ecore_X_Window window, int show)
 Shows the cursor of the given window.
EAPI void ecore_x_window_cursor_set (Ecore_X_Window window, Ecore_X_Cursor cursor)
 Sets the cursor of the given window.
EAPI void ecore_x_window_container_manage (Ecore_X_Window window)
 Todo.
EAPI void ecore_x_window_client_manage (Ecore_X_Window window)
 Todo.
EAPI void ecore_x_window_sniff (Ecore_X_Window window)
 Todo.
EAPI void ecore_x_window_client_sniff (Ecore_X_Window window)
 Todo.

Detailed Description

Functions that change the attributes of a window.


Function Documentation

EAPI void ecore_x_window_background_color_set ( Ecore_X_Window  window,
unsigned short  red,
unsigned short  green,
unsigned short  blue 
)

Sets the background color of the given window.

Parameters:
windowThe given window.
redThe red component of the color to set to.
greenThe green component of the color to set to.
blueThe blue component of the color to set to.
EAPI void ecore_x_window_client_manage ( Ecore_X_Window  window)

Todo.

Parameters:
windowThe given window.
EAPI void ecore_x_window_client_sniff ( Ecore_X_Window  window)

Todo.

Parameters:
windowThe given window.
EAPI void ecore_x_window_container_manage ( Ecore_X_Window  window)

Todo.

Parameters:
windowThe given window.
EAPI void ecore_x_window_cursor_set ( Ecore_X_Window  window,
Ecore_X_Cursor  cursor 
)

Sets the cursor of the given window.

Parameters:
windowThe given window.
cursorThe given cursor.
EAPI void ecore_x_window_cursor_show ( Ecore_X_Window  window,
int  show 
)

Shows the cursor of the given window.

Parameters:
windowThe given window.
showIf set to 0, hide the cursor. Show it otherwise.
EAPI void ecore_x_window_gravity_set ( Ecore_X_Window  window,
Ecore_X_Gravity  gravity 
)

Sets the gravity of the given window.

Parameters:
windowThe given window.
gravityThe gravity.
EAPI void ecore_x_window_override_set ( Ecore_X_Window  window,
int  override_redirect 
)

Sets the override attribute of the given window.

Parameters:
windowThe given window.
override_redirectThe override_redirect boolean.
EAPI void ecore_x_window_pixel_gravity_set ( Ecore_X_Window  window,
Ecore_X_Gravity  gravity 
)

Sets the bit gravity of the given window.

Parameters:
windowThe given window.
gravityThe gravity.
EAPI void ecore_x_window_pixmap_set ( Ecore_X_Window  window,
Ecore_X_Pixmap  pixmap 
)

Sets the background pixmap of the given window.

Parameters:
windowThe given window.
pixmapThe pixmap to set to.
EAPI void ecore_x_window_sniff ( Ecore_X_Window  window)

Todo.

Parameters:
windowThe given window.