Add buttons to the file browser preferences to make the list of extensions user-sortable.
This commit is contained in:
@@ -144,6 +144,8 @@ protected:
|
||||
Gtk::TreeView* extensions;
|
||||
Gtk::Button* addExt;
|
||||
Gtk::Button* delExt;
|
||||
Gtk::Button* moveExtUp;
|
||||
Gtk::Button* moveExtDown;
|
||||
Gtk::CheckButton* overlayedFileNames;
|
||||
Gtk::CheckButton* filmStripOverlayedFileNames;
|
||||
Gtk::CheckButton* sameThumbSize;
|
||||
@@ -242,6 +244,8 @@ public:
|
||||
void selectStartupDir ();
|
||||
void addExtPressed ();
|
||||
void delExtPressed ();
|
||||
void moveExtUpPressed ();
|
||||
void moveExtDownPressed ();
|
||||
void darkFrameChanged ();
|
||||
void flatFieldChanged ();
|
||||
void clearProfilesPressed ();
|
||||
|
Reference in New Issue
Block a user