~vcs-imports/anjuta/master

« back to all changes in this revision

Viewing changes to plugins/git/git-pane.h

  • Committer: James Liggett
  • Date: 2013-06-10 05:00:20 UTC
  • Revision ID: git-v1:c8fa5bf8a7db2d2fff13864c382bc00ee495d0f7
git: Add a popup menu to the Stash pane

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
GType git_pane_get_type (void) G_GNUC_CONST;
52
52
void git_pane_remove_from_dock (GitPane *self);
53
53
 
 
54
void git_pane_popup_menu (GitPane *self, const gchar *menu_name, guint button, 
 
55
                          guint32 time);
 
56
 
54
57
/* Static helper methods */
55
58
void git_pane_create_message_view (Git *plugin);
56
59
void git_pane_on_command_info_arrived (AnjutaCommand *command, Git *plugin);