summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/inkscape-preferences.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2007-10-04 05:58:08 +0000
committerjoncruz <joncruz@users.sourceforge.net>2007-10-04 05:58:08 +0000
commita76db97eb2bb60b129f8687cb999be24a10677bc (patch)
tree126e0c26106e4cd5c6421451dc72918c1a0434d9 /src/ui/dialog/inkscape-preferences.h
parentVariable rename (diff)
downloadinkscape-a76db97eb2bb60b129f8687cb999be24a10677bc.tar.gz
inkscape-a76db97eb2bb60b129f8687cb999be24a10677bc.zip
few more CMS options
(bzr r3833)
Diffstat (limited to 'src/ui/dialog/inkscape-preferences.h')
-rw-r--r--src/ui/dialog/inkscape-preferences.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ui/dialog/inkscape-preferences.h b/src/ui/dialog/inkscape-preferences.h
index c41971fdd..823de92de 100644
--- a/src/ui/dialog/inkscape-preferences.h
+++ b/src/ui/dialog/inkscape-preferences.h
@@ -18,6 +18,7 @@
#include <iostream>
#include <vector>
#include <gtkmm/table.h>
+#include <gtkmm/colorbutton.h>
#include <gtkmm/comboboxtext.h>
#include <gtkmm/spinbutton.h>
#include <gtkmm/treestore.h>
@@ -164,13 +165,16 @@ protected:
PrefCombo _misc_overs_bitmap;
PrefCheckButton _cms_display;
- PrefCombo _cms_intent;
Gtk::ComboBoxText _cms_display_profile;
+ PrefCombo _cms_intent;
PrefCheckButton _cms_softproof;
PrefCheckButton _cms_gamutwarn;
- PrefCombo _cms_proof_intent;
+ Gtk::ColorButton _cms_gamutcolor;
Gtk::ComboBoxText _cms_proof_profile;
+ PrefCombo _cms_proof_intent;
+ PrefCheckButton _cms_proof_blackpoint;
+ PrefCheckButton _cms_proof_preserveblack;
PrefEntryButtonHBox _importexport_ocal_url;
PrefEntry _importexport_ocal_username;