Preferences/Batch processing options: all to 'Add' and all to 'Set' (issue 1785)
This commit is contained in:
@@ -119,6 +119,8 @@ class Preferences : public Gtk::Dialog {
|
||||
Gtk::CheckButton* ckbmenuGroupProfileOperations;
|
||||
Gtk::CheckButton* ckbmenuGroupExtProg;
|
||||
|
||||
Gtk::Button* behAddAll;
|
||||
Gtk::Button* behSetAll;
|
||||
Gtk::CheckButton* chOverwriteOutputFile;
|
||||
|
||||
Gtk::CheckButton* saveParamsFile;
|
||||
@@ -202,6 +204,9 @@ class Preferences : public Gtk::Dialog {
|
||||
|
||||
void behAddRadioToggled (const Glib::ustring& path);
|
||||
void behSetRadioToggled (const Glib::ustring& path);
|
||||
void behAddAllPressed ();
|
||||
void behSetAllPressed ();
|
||||
|
||||
// void selectICCProfileDir ();
|
||||
// void selectMonitorProfile ();
|
||||
};
|
||||
|
Reference in New Issue
Block a user