![]() |
![]() |
![]() |
Anjuta Developers Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#define ANJUTA_VCS_DEFAULT_STATUS_CODES struct AnjutaVcsStatusTreeViewClass; GtkWidget * anjuta_vcs_status_tree_view_new (void
); void anjuta_vcs_status_tree_view_destroy (AnjutaVcsStatusTreeView *self
); void anjuta_vcs_status_tree_view_add (AnjutaVcsStatusTreeView *self
,gchar *path
,AnjutaVcsStatus status
,gboolean selected
); void anjuta_vcs_status_tree_view_select_all (AnjutaVcsStatusTreeView *self
); void anjuta_vcs_status_tree_view_unselect_all (AnjutaVcsStatusTreeView *self
); GList * anjuta_vcs_status_tree_view_get_selected (AnjutaVcsStatusTreeView *self
); AnjutaVcsStatusTreeViewPriv;
struct AnjutaVcsStatusTreeViewClass { GtkTreeViewClass parent_class; };
void anjuta_vcs_status_tree_view_destroy (AnjutaVcsStatusTreeView *self
);
void anjuta_vcs_status_tree_view_add (AnjutaVcsStatusTreeView *self
,gchar *path
,AnjutaVcsStatus status
,gboolean selected
);
void anjuta_vcs_status_tree_view_select_all
(AnjutaVcsStatusTreeView *self
);
void anjuta_vcs_status_tree_view_unselect_all
(AnjutaVcsStatusTreeView *self
);
GList * anjuta_vcs_status_tree_view_get_selected
(AnjutaVcsStatusTreeView *self
);