Custom output gamma, on behalf of Jacques; see issue #666

This commit is contained in:
Oliver Duis
2011-05-05 18:04:11 +02:00
parent a0c548fdf0
commit 22ec6055ce
22 changed files with 382 additions and 20 deletions

View File

@@ -37,6 +37,8 @@ class ICMPanel : public Gtk::VBox, public FoldableToolPanel {
Gtk::RadioButton* ifromfile;
Gtk::CheckButton* igamma;
Gtk::ComboBoxText* wnames;
Gtk::ComboBoxText* wgamma;
Gtk::ComboBoxText* onames;
Gtk::RadioButton* ofromdir;
Gtk::RadioButton* ofromfile;
@@ -58,6 +60,7 @@ class ICMPanel : public Gtk::VBox, public FoldableToolPanel {
void wpChanged ();
void opChanged ();
void ipChanged ();
void gpChanged ();
void ipSelectionChanged ();