Go to the source code of this file.
|
| static rect_t | taskbar_get_start_rect (element_t *elem) |
| |
| static rect_t | taskbar_get_clock_rect (element_t *elem) |
| |
| static rect_t | taskbar_get_left_separator_rect (element_t *elem) |
| |
| static rect_t | taskbar_get_right_separator_rect (element_t *elem) |
| |
| static rect_t | taskbar_get_task_button_rect (taskbar_t *taskbar, element_t *elem, uint64_t index) |
| |
| static void | taskbar_reposition_task_buttons (taskbar_t *taskbar, element_t *elem) |
| |
| static void | taskbar_entry_add (taskbar_t *taskbar, element_t *elem, const surface_info_t *info, const char *name) |
| |
| static void | taskbar_entry_remove (taskbar_t *taskbar, element_t *elem, surface_id_t surface) |
| |
| static uint64_t | taskbar_update_clock (element_t *elem) |
| |
| static uint64_t | taskbar_procedure (window_t *win, element_t *elem, const event_t *event) |
| |
| window_t * | taskbar_new (display_t *disp) |
| |
◆ taskbar_get_start_rect()
◆ taskbar_get_clock_rect()
◆ taskbar_get_left_separator_rect()
◆ taskbar_get_right_separator_rect()
◆ taskbar_get_task_button_rect()
◆ taskbar_reposition_task_buttons()
◆ taskbar_entry_add()
◆ taskbar_entry_remove()
◆ taskbar_update_clock()
◆ taskbar_procedure()
◆ taskbar_new()