Searched refs:task_list_panel (Results 1 – 3 of 3) sorted by relevance
49 GtdPanel *task_list_panel; member512 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() argument888 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()
49 GtdPanel *task_list_panel; member530 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()
34 … GtdPanel *task_list_panel);