summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/document-properties.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-12-29 00:42:07 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-12-29 00:42:07 +0000
commitaf2096422176525fa2f4e1f4cf5942bcf51a9a20 (patch)
treef6b7ebbc0a28ecd473f0b9eeeca64575ec103cbc /src/ui/dialog/document-properties.h
parentFix snapping when constrained scaling: now snaps all corners of the selection (diff)
downloadinkscape-af2096422176525fa2f4e1f4cf5942bcf51a9a20.tar.gz
inkscape-af2096422176525fa2f4e1f4cf5942bcf51a9a20.zip
Add icons to document properties grid table :-)
(bzr r4329)
Diffstat (limited to 'src/ui/dialog/document-properties.h')
-rw-r--r--src/ui/dialog/document-properties.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/dialog/document-properties.h b/src/ui/dialog/document-properties.h
index b4076fbe7..cee1533c5 100644
--- a/src/ui/dialog/document-properties.h
+++ b/src/ui/dialog/document-properties.h
@@ -99,6 +99,8 @@ protected:
gchar const *_prefs_path;
Registry _wr;
+ Gtk::HBox& _createPageTabLabel(const Glib::ustring& label, const char *label_image);
+
private:
DocumentProperties();
virtual ~DocumentProperties();