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. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
| 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.
| parent | The parent window to use. If parent is 0, the root window of the default display is used. | |
| x | X position. | |
| y | Y position. | |
| w | Width. | |
| h | Height. |
| 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.
| parent | The parent window to use. If parent is 0, the root window of the default display is used. | |
| x | X position. | |
| y | Y position. | |
| w | Width. | |
| h | Height. |
| 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.
| parent | The parent window to use. If parent is 0, the root window of the default display is used. | |
| x | X position. | |
| y | Y position. | |
| w | Width. | |
| h | Height. |
| EAPI Ecore_X_Window ecore_x_window_new | ( | Ecore_X_Window | parent, | |
| int | x, | |||
| int | y, | |||
| int | width, | |||
| int | height | |||
| ) |
Creates a new window.
| parent | The parent window to use. If parent is 0, the root window of the default display is used. | |
| x | X position. | |
| y | Y position. | |
| w | Width. | |
| h | Height. |
| 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.
| parent | The parent window to use. If parent is 0, the root window of the default display is used. | |
| x | X position. | |
| y | Y position. | |
| w | Width. | |
| h | Height. |
| 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.
| parent | The parent window to use. If parent is 0, the root window of the default display is used. | |
| x | X position. | |
| y | Y position. | |
| w | Width. | |
| h | Height. |