Top | ![]() |
![]() |
![]() |
![]() |
#define | ANJUTA_VCS_DEFAULT_STATUS_CODES |
GtkWidget * | anjuta_vcs_status_tree_view_new () |
void | anjuta_vcs_status_tree_view_destroy () |
void | anjuta_vcs_status_tree_view_add () |
void | anjuta_vcs_status_tree_view_select_all () |
void | anjuta_vcs_status_tree_view_unselect_all () |
GList * | anjuta_vcs_status_tree_view_get_selected () |
gboolean | conflicted-selectable | Read / Write / Construct Only |
gboolean | show-status | Read / Write |
AnjutaVcsStatus | status-codes | Read / Write / Construct Only |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkTreeView ╰── AnjutaVcsStatusTreeView
AnjutaVcsStatusTreeView implements AtkImplementorIface, GtkBuildable and GtkScrollable.
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
);
struct AnjutaVcsStatusTreeViewClass { GtkTreeViewClass parent_class; };
“conflicted-selectable”
property “conflicted-selectable” gboolean
Allow/disallow the user to select Conflicted status items.
Flags: Read / Write / Construct Only
Default value: TRUE
“show-status”
property “show-status” gboolean
Show or hide status description.
Flags: Read / Write
Default value: TRUE
“status-codes”
property“status-codes” AnjutaVcsStatus
Control which status codes are shown in the list.
Flags: Read / Write / Construct Only
Default value: ANJUTA_VCS_STATUS_MODIFIED | ANJUTA_VCS_STATUS_ADDED | ANJUTA_VCS_STATUS_DELETED | ANJUTA_VCS_STATUS_CONFLICTED