~vcs-imports/gnote/master

« back to all changes in this revision

Viewing changes to src/notebooks/notebooksview.hpp

  • Committer: Aurimas Černius
  • Date: 2023-07-23 17:41:44 UTC
  • Revision ID: git-v1:6fd2ed89247936ba912ca06008a3e616a3e3d6e2
Rename NotebooksTreeView -> NotebooksView

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
namespace gnote {
29
29
 
30
 
  class NoteManager;
31
 
 
32
30
  namespace notebooks {
33
31
 
34
 
  class NotebooksTreeView
 
32
  class NotebooksView
35
33
    : public Gtk::TreeView
36
34
  {
37
35
  public:
38
 
    NotebooksTreeView(NoteManagerBase & manager, const Glib::RefPtr<Gtk::TreeModel> & model);
 
36
    NotebooksView(NoteManagerBase & manager, const Glib::RefPtr<Gtk::TreeModel> & model);
39
37
 
40
38
  private:
41
39
    bool on_drag_data_received(const Glib::ValueBase & value, double x, double y);