Extend context menu of filebrowser with inspect entry (#5867)

This opens a popup inspector window at the current mouse position.
This commit is contained in:
rfranke
2020-08-09 17:21:15 +02:00
parent 947f3dca00
commit a449a01690
3 changed files with 16 additions and 1 deletions

View File

@@ -81,6 +81,7 @@ protected:
Gtk::MenuItem* remove;
Gtk::MenuItem* removeInclProc;
Gtk::MenuItem* open;
Gtk::MenuItem* inspect;
Gtk::MenuItem* selall;
Gtk::MenuItem* copyTo;
Gtk::MenuItem* moveTo;
@@ -136,6 +137,7 @@ protected:
void requestColorLabel(int colorlabel);
void notifySelectionListener ();
void openRequested( std::vector<FileBrowserEntry*> mselected);
void inspectRequested( std::vector<FileBrowserEntry*> mselected);
ExportPanel* exportPanel;
type_trash_changed m_trash_changed;