From 7bb97e4ea8d3eab474e48c4c5af426e5b97bca78 Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Mon, 21 Feb 2011 20:17:17 +0100 Subject: Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally doesn't work on Windows). Fixed bugs: - https://launchpad.net/bugs/262617 (bzr r10062) --- src/ui/widget/preferences-widget.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/ui/widget/preferences-widget.h') 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: -- cgit v1.2.3