summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/preferences-widget.h
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2011-02-21 19:17:17 +0000
committerJazzyNico <nicoduf@yahoo.fr>2011-02-21 19:17:17 +0000
commit7bb97e4ea8d3eab474e48c4c5af426e5b97bca78 (patch)
tree8d4af00528e900469a27f1827d005aca259724f6 /src/ui/widget/preferences-widget.h
parentConditional code to handle data change in libpng > 1.5. Fixes bug #721029. (diff)
downloadinkscape-7bb97e4ea8d3eab474e48c4c5af426e5b97bca78.tar.gz
inkscape-7bb97e4ea8d3eab474e48c4c5af426e5b97bca78.zip
Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally doesn't work on Windows).
Fixed bugs: - https://launchpad.net/bugs/262617 (bzr r10062)
Diffstat (limited to '')
-rw-r--r--src/ui/widget/preferences-widget.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ui/widget/preferences-widget.h b/src/ui/widget/preferences-widget.h
index 6c4533451..565b3468e 100644
--- a/src/ui/widget/preferences-widget.h
+++ b/src/ui/widget/preferences-widget.h
@@ -176,6 +176,19 @@ protected:
void onRelatedButtonClickedCallback();
};
+class PrefEntryFileButtonHBox : public Gtk::HBox
+{
+public:
+ void init(Glib::ustring const &prefs_path,
+ bool mask);
+protected:
+ Glib::ustring _prefs_path;
+ Gtk::Button *relatedButton;
+ Gtk::Entry *relatedEntry;
+ void onRelatedEntryChangedCallback();
+ void onRelatedButtonClickedCallback();
+};
+
class PrefFileButton : public Gtk::FileChooserButton
{
public: