diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2016-05-15 20:14:30 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2016-05-15 20:14:30 +0000 |
| commit | fa0599a0d660f2eadfb563d16750dafdbfdb584d (patch) | |
| tree | fceab51b21ee8dac12a613e0020e400bb692f5f8 /src/ui/widget/dock.cpp | |
| parent | Added normalized path to flowtext (diff) | |
| download | inkscape-fa0599a0d660f2eadfb563d16750dafdbfdb584d.tar.gz inkscape-fa0599a0d660f2eadfb563d16750dafdbfdb584d.zip | |
GTK3: Give names to many widgets. Useful for debugging and for using CSS.
(bzr r14890)
Diffstat (limited to 'src/ui/widget/dock.cpp')
| -rw-r--r-- | src/ui/widget/dock.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widget/dock.cpp b/src/ui/widget/dock.cpp index c5e14d4f0..fda647182 100644 --- a/src/ui/widget/dock.cpp +++ b/src/ui/widget/dock.cpp @@ -56,6 +56,7 @@ Dock::Dock(Gtk::Orientation orientation) #endif _scrolled_window (Gtk::manage(new Gtk::ScrolledWindow)) { + _scrolled_window->set_name("Dock"); #if WITH_GDL_3_6 gtk_orientable_set_orientation(GTK_ORIENTABLE(_gdl_dock_bar), static_cast<GtkOrientation>(orientation)); |
