exifpanel: improved ui for editing tags
(cherry picked from commit f6f4ddf54c25e6e577bf4960ea51fc23e8434559)
This commit is contained in:
committed by
Lawrence Lee
parent
7c9726ddbe
commit
38eb9f9f18
@@ -117,8 +117,10 @@ private:
|
||||
void onExifTreeClick(GdkEventButton *event);
|
||||
void onExifRowExpanded(const Gtk::TreeModel::iterator &it, const Gtk::TreeModel::Path &path);
|
||||
void onExifRowCollapsed(const Gtk::TreeModel::iterator &it, const Gtk::TreeModel::Path &path);
|
||||
void onExifRowActivated(const Gtk::TreeModel::Path &path, Gtk::TreeViewColumn *column);
|
||||
|
||||
void setExifTagValue(Gtk::CellRenderer *renderer, const Gtk::TreeModel::iterator &it);
|
||||
void onEditExifTagValue(const Glib::ustring &path, const Glib::ustring &value);
|
||||
|
||||
public:
|
||||
ExifPanel ();
|
||||
~ExifPanel() override;
|
||||
|
Reference in New Issue
Block a user