~ubuntu-branches/ubuntu/wily/bombono-dvd/wily

« back to all changes in this revision

Viewing changes to src/mgui/project/browser.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-11-04 11:46:25 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101104114625-8xfdhvhpsm51i0nu
Tags: upstream-0.8.0
ImportĀ upstreamĀ versionĀ 0.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
        pth = Gtk::TreePath();
123
123
}
124
124
 
 
125
typedef boost::function<void(ObjectBrowser&, MediaItem, GdkEventButton*)> RightButtonFunctor;
 
126
void SetOnRightButton(ObjectBrowser& brw, const RightButtonFunctor& fnr);
 
127
 
125
128
} // namespace Project
126
129
 
127
130
#endif // #ifndef __MGUI_PROJECT_BROWSER_H__