summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2010-01-11 00:12:18 +0000
committerJon A. Cruz <jon@joncruz.org>2010-01-11 00:12:18 +0000
commit37428929b5c56280aec1b9b8adab46addd58e78f (patch)
treecfc9e9d9c5a9076645e5c0a28cfdd6b1ba0b8972 /src/widgets/toolbox.h
parentRemoved null'd use of icons. (diff)
downloadinkscape-37428929b5c56280aec1b9b8adab46addd58e78f.tar.gz
inkscape-37428929b5c56280aec1b9b8adab46addd58e78f.zip
Disable questioned code section.
Added name fetch. (bzr r8967)
Diffstat (limited to 'src/widgets/toolbox.h')
-rw-r--r--src/widgets/toolbox.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/widgets/toolbox.h b/src/widgets/toolbox.h
index b028dd0a9..2e4b2958a 100644
--- a/src/widgets/toolbox.h
+++ b/src/widgets/toolbox.h
@@ -7,6 +7,7 @@
* Authors:
* Lauris Kaplinski <lauris@kaplinski.com>
* Frank Felfe <innerspace@iname.com>
+ * Jon A. Cruz <jon@joncruz.org>
*
* Copyright (C) 1999-2002 Authors
* Copyright (C) 2001-2002 Ximian, Inc.
@@ -36,6 +37,8 @@ public:
static GtkWidget *createCommandsToolbox();
static GtkWidget *createSnapToolbox();
+ static Glib::ustring getToolboxName(GtkWidget* toolbox);
+
static void updateSnapToolbox(SPDesktop *desktop, SPEventContext *eventcontext, GtkWidget *toolbox);
static Inkscape::IconSize prefToSize(Glib::ustring const &path, int base = 0 );