diff options
| author | gustav_b <gustav_b@users.sourceforge.net> | 2007-10-25 21:34:38 +0000 |
|---|---|---|
| committer | gustav_b <gustav_b@users.sourceforge.net> | 2007-10-25 21:34:38 +0000 |
| commit | f5f6fea84318ddca44391d86c0f9a606498e78be (patch) | |
| tree | 4f05abbe97cb18fafcab715f370baa63b85f2232 /src/ui/widget/dock.h | |
| parent | Khmer translations updated (diff) | |
| download | inkscape-f5f6fea84318ddca44391d86c0f9a606498e78be.tar.gz inkscape-f5f6fea84318ddca44391d86c0f9a606498e78be.zip | |
Dockable dialogs: Allow in-dock dialogs to be expanded even if there's
no "slack".
(bzr r3960)
Diffstat (limited to 'src/ui/widget/dock.h')
| -rw-r--r-- | src/ui/widget/dock.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/widget/dock.h b/src/ui/widget/dock.h index b5ecc02ca..dd501f186 100644 --- a/src/ui/widget/dock.h +++ b/src/ui/widget/dock.h @@ -71,6 +71,10 @@ protected: /** Internal signal handlers */ void _onLayoutChanged(); + void _onPanedButtonEvent(GdkEventButton *event); + + static gboolean _on_paned_button_event(GtkWidget *widget, GdkEventButton *event, + gpointer user_data); /** GdlDock signal proxy structures */ static const Glib::SignalProxyInfo _signal_layout_changed_proxy; |
