Functions that set and retrieve X display attributes. More...
Functions | |
Ecore_X_Screen * | ecore_x_default_screen_get (void) |
Retrieves the Ecore_X_Screen handle used for the current X connection. More... | |
Ecore_X_Display * | ecore_x_display_get (void) |
Retrieves the Ecore_X_Display handle used for the current X connection. More... | |
int | ecore_x_fd_get (void) |
Retrieves the X display file descriptor. More... | |
void | ecore_x_screen_size_get (const Ecore_X_Screen *screen, int *w, int *h) |
Retrieves the size of an Ecore_X_Screen. More... | |
int | ecore_x_screen_count_get (void) |
Retrieves the count of screens. More... | |
int | ecore_x_screen_index_get (const Ecore_X_Screen *screen) |
Retrieves the index number of the given screen. More... | |
Ecore_X_Screen * | ecore_x_screen_get (int idx) |
Retrieves the screen based on index number. More... | |
void | ecore_x_double_click_time_set (double t) |
Sets the timeout for a double and triple clicks to be flagged. More... | |
double | ecore_x_double_click_time_get (void) |
Retrieves the double and triple click flag timeout. More... | |
Functions that set and retrieve X display attributes.
Ecore_X_Screen* ecore_x_default_screen_get | ( | void | ) |
Retrieves the Ecore_X_Screen handle used for the current X connection.
References EAPI.
Ecore_X_Display* ecore_x_display_get | ( | void | ) |
Retrieves the Ecore_X_Display handle used for the current X connection.
References EAPI.
int ecore_x_fd_get | ( | void | ) |
Retrieves the X display file descriptor.
References EAPI.
void ecore_x_screen_size_get | ( | const Ecore_X_Screen * | screen, |
int * | w, | ||
int * | h | ||
) |
Retrieves the size of an Ecore_X_Screen.
screen | the handle to the screen to query. |
w | where to return the width. May be NULL. Returns 0 on errors. |
h | where to return the height. May be NULL. Returns 0 on errors. |
References EAPI.
int ecore_x_screen_count_get | ( | void | ) |
Retrieves the count of screens.
Retrieves the number of screens.
References EAPI.
Referenced by ecore_x_window_root_list().
int ecore_x_screen_index_get | ( | const Ecore_X_Screen * | screen | ) |
Retrieves the index number of the given screen.
screen | The screen for which index will be gotten. |
screen | The screen for which the index will be retrieved. |
References EAPI.
Ecore_X_Screen* ecore_x_screen_get | ( | int | idx | ) |
Retrieves the screen based on index number.
idx | The index that will be used to retrieve the screen. |
References EAPI.
void ecore_x_double_click_time_set | ( | double | t | ) |
Sets the timeout for a double and triple clicks to be flagged.
This sets the time between clicks before the double_click flag is set in a button down event. If 3 clicks occur within double this time, the triple_click flag is also set.
t | The time in seconds |
References EAPI.
double ecore_x_double_click_time_get | ( | void | ) |
Retrieves the double and triple click flag timeout.
See ecore_x_double_click_time_set for more information.
References EAPI, ecore_idle_enterer_del(), and ecore_main_fd_handler_del().