summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/dock.h
diff options
context:
space:
mode:
authorgustav_b <gustav_b@users.sourceforge.net>2007-09-25 23:23:44 +0000
committergustav_b <gustav_b@users.sourceforge.net>2007-09-25 23:23:44 +0000
commit8966f982ceca52727cdfeb1fa161eb67bc2994c4 (patch)
treece09494e740429b0a1df71c1d3a66557710e2eb4 /src/ui/widget/dock.h
parentremoved flop IM extension from POTFLES.in (diff)
downloadinkscape-8966f982ceca52727cdfeb1fa161eb67bc2994c4.tar.gz
inkscape-8966f982ceca52727cdfeb1fa161eb67bc2994c4.zip
Define DockItems' floating state properly. Fixes some issues with
floating docks. (bzr r3799)
Diffstat (limited to 'src/ui/widget/dock.h')
-rw-r--r--src/ui/widget/dock.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ui/widget/dock.h b/src/ui/widget/dock.h
index 3cd29c01f..b5ecc02ca 100644
--- a/src/ui/widget/dock.h
+++ b/src/ui/widget/dock.h
@@ -37,10 +37,11 @@ public:
Gtk::Widget& getWidget(); //< return the top widget
Gtk::Paned *getParentPaned();
-
Gtk::Paned *getPaned();
- bool isEmpty() const; //< true iff none of the dock's items are in state != UNATTACHED
+ GtkWidget* getGdlWidget(); //< return the top gdl widget
+
+ bool isEmpty() const; //< true iff none of the dock's items are in a docked state
bool hasIconifiedItems() const;
Glib::SignalProxy0<void> signal_layout_changed();