|
|
|
@ -27,6 +27,7 @@ class Directories : public Gtk::ListViewText { |
|
|
|
TreeStore() {} |
|
|
|
TreeStore() {} |
|
|
|
|
|
|
|
|
|
|
|
bool row_drop_possible_vfunc(const Gtk::TreeModel::Path &path, const Gtk::SelectionData &selection_data) const override; |
|
|
|
bool row_drop_possible_vfunc(const Gtk::TreeModel::Path &path, const Gtk::SelectionData &selection_data) const override; |
|
|
|
|
|
|
|
bool row_draggable_vfunc(const TreeModel::Path &path) const override; |
|
|
|
bool drag_data_get_vfunc(const TreeModel::Path &path, Gtk::SelectionData &selection_data) const override; |
|
|
|
bool drag_data_get_vfunc(const TreeModel::Path &path, Gtk::SelectionData &selection_data) const override; |
|
|
|
bool drag_data_received_vfunc(const TreeModel::Path &path, const Gtk::SelectionData &selection_data) override; |
|
|
|
bool drag_data_received_vfunc(const TreeModel::Path &path, const Gtk::SelectionData &selection_data) override; |
|
|
|
bool drag_data_delete_vfunc (const Gtk::TreeModel::Path &path) override; |
|
|
|
bool drag_data_delete_vfunc (const Gtk::TreeModel::Path &path) override; |
|
|
|
|