Ecore_X_Window_Change_Attributes_Group (3) - Linux Manuals

Ecore_X_Window_Change_Attributes_Group: Functions that change the attributes of a window.

NAME

X Window Change Attributes Functions - Functions that change the attributes of a window.

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:

window The given window.
red The red component of the color to set to.
green The green component of the color to set to.
blue The blue component of the color to set to.

EAPI void ecore_x_window_client_manage (Ecore_X_Window window)

Todo.

Parameters:

window The given window.

EAPI void ecore_x_window_client_sniff (Ecore_X_Window window)

Todo.

Parameters:

window The given window.

EAPI void ecore_x_window_container_manage (Ecore_X_Window window)

Todo.

Parameters:

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

Parameters:

window The given window.
cursor The given cursor.

EAPI void ecore_x_window_cursor_show (Ecore_X_Window window, int show)

Shows the cursor of the given window.

Parameters:

window The given window.
show If 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:

window The given window.
gravity The gravity.

EAPI void ecore_x_window_override_set (Ecore_X_Window window, int override_redirect)

Sets the override attribute of the given window.

Parameters:

window The given window.
override_redirect The 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:

window The given window.
gravity The 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:

window The given window.
pixmap The pixmap to set to.

EAPI void ecore_x_window_sniff (Ecore_X_Window window)

Todo.

Parameters:

window The given window.

Author

Generated automatically by Doxygen for Ecore from the source code.