| AnjutaVcsStatusTreeViewAnjutaVcsStatusTreeView |  | 
Details
ANJUTA_VCS_DEFAULT_STATUS_CODES
#define             ANJUTA_VCS_DEFAULT_STATUS_CODES
 
struct AnjutaVcsStatusTreeViewClass
struct AnjutaVcsStatusTreeViewClass {
	GtkTreeViewClass parent_class;
};
 
anjuta_vcs_status_tree_view_new ()
GtkWidget *         anjuta_vcs_status_tree_view_new     (void);
 
anjuta_vcs_status_tree_view_destroy ()
void                anjuta_vcs_status_tree_view_destroy (AnjutaVcsStatusTreeView *self);
 
anjuta_vcs_status_tree_view_add ()
void                anjuta_vcs_status_tree_view_add     (AnjutaVcsStatusTreeView *self,
                                                         gchar *path,
                                                         AnjutaVcsStatus status,
                                                         gboolean selected);
 
anjuta_vcs_status_tree_view_select_all ()
void                anjuta_vcs_status_tree_view_select_all
                                                        (AnjutaVcsStatusTreeView *self);
 
anjuta_vcs_status_tree_view_unselect_all ()
void                anjuta_vcs_status_tree_view_unselect_all
                                                        (AnjutaVcsStatusTreeView *self);
 
anjuta_vcs_status_tree_view_get_selected ()
GList *             anjuta_vcs_status_tree_view_get_selected
                                                        (AnjutaVcsStatusTreeView *self);
 
AnjutaVcsStatusTreeViewPriv
typedef struct _AnjutaVcsStatusTreeViewPriv AnjutaVcsStatusTreeViewPriv;