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) |
| To be documented. | |
| 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. | |
| 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.
| 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.
| window | The given window. |
| EAPI void ecore_x_window_client_sniff | ( | Ecore_X_Window | window | ) |
Todo.
| window | The given window. |
| EAPI void ecore_x_window_container_manage | ( | Ecore_X_Window | window | ) |
Todo.
| 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.
| window | The given window. | |
| cursor | The given cursor. |
| EAPI void ecore_x_window_cursor_show | ( | Ecore_X_Window | window, | |
| int | show | |||
| ) |
To be documented.
| 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.
| 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.
| 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.
| 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.
| window | The given window. | |
| pixmap | The pixmap to set to. |
| EAPI void ecore_x_window_sniff | ( | Ecore_X_Window | window | ) |
Todo.
| window | The given window. |