AnjutaVcsStatusTreeView

AnjutaVcsStatusTreeView

Synopsis

#define             ANJUTA_VCS_DEFAULT_STATUS_CODES
struct              AnjutaVcsStatusTreeViewClass;
                    AnjutaVcsStatusTreeViewPriv;
void                anjuta_vcs_status_tree_view_add     (AnjutaVcsStatusTreeView *self,
                                                         gchar *path,
                                                         AnjutaVcsStatus status,
                                                         gboolean selected);
void                anjuta_vcs_status_tree_view_destroy (AnjutaVcsStatusTreeView *self);
GList *             anjuta_vcs_status_tree_view_get_selected
                                                        (AnjutaVcsStatusTreeView *self);
GtkWidget *         anjuta_vcs_status_tree_view_new     (void);
void                anjuta_vcs_status_tree_view_select_all
                                                        (AnjutaVcsStatusTreeView *self);
void                anjuta_vcs_status_tree_view_unselect_all
                                                        (AnjutaVcsStatusTreeView *self);

Description

Details

ANJUTA_VCS_DEFAULT_STATUS_CODES

#define             ANJUTA_VCS_DEFAULT_STATUS_CODES


struct AnjutaVcsStatusTreeViewClass

struct AnjutaVcsStatusTreeViewClass {
	GtkTreeViewClass parent_class;
};


AnjutaVcsStatusTreeViewPriv

typedef struct _AnjutaVcsStatusTreeViewPriv AnjutaVcsStatusTreeViewPriv;


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_destroy ()

void                anjuta_vcs_status_tree_view_destroy (AnjutaVcsStatusTreeView *self);


anjuta_vcs_status_tree_view_get_selected ()

GList *             anjuta_vcs_status_tree_view_get_selected
                                                        (AnjutaVcsStatusTreeView *self);


anjuta_vcs_status_tree_view_new ()

GtkWidget *         anjuta_vcs_status_tree_view_new     (void);


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);