Home
last modified time | relevance | path

Searched refs:task_list_panel (Results 1 – 3 of 3) sorted by relevance

/dports/deskutils/gnome-todo/gnome-todo-41.0/src/plugins/task-lists-workspace/
H A Dgtd-sidebar.c49 GtdPanel *task_list_panel; member
512 if (visible_panel == self->task_list_panel) in on_panel_stack_visible_child_changed_cb()
516 task_list = gtd_task_list_panel_get_task_list (GTD_TASK_LIST_PANEL (self->task_list_panel)); in on_panel_stack_visible_child_changed_cb()
885 GtdPanel *task_list_panel) in gtd_sidebar_set_task_list_panel() argument
888 g_return_if_fail (GTD_IS_PANEL (task_list_panel)); in gtd_sidebar_set_task_list_panel()
890 g_assert (self->task_list_panel == NULL); in gtd_sidebar_set_task_list_panel()
892 self->task_list_panel = g_object_ref (task_list_panel); in gtd_sidebar_set_task_list_panel()
893 g_signal_connect_object (self->task_list_panel, in gtd_sidebar_set_task_list_panel()
H A Dgtd-task-lists-workspace.c49 GtdPanel *task_list_panel; member
530 self->task_list_panel = GTD_PANEL (gtd_task_list_panel_new ()); in gtd_task_lists_workspace_init()
531 on_panel_added_cb (NULL, NULL, self->task_list_panel, self); in gtd_task_lists_workspace_init()
535 gtd_sidebar_set_task_list_panel (self->sidebar, self->task_list_panel); in gtd_task_lists_workspace_init()
H A Dgtd-sidebar.h34 … GtdPanel *task_list_panel);