]> Pileus Git - ~andy/gtk/commit
Allow windows to be dragged by clicking on empty areas
authorMatthias Clasen <mclasen@redhat.com>
Fri, 16 Jul 2010 05:15:47 +0000 (01:15 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 16 Jul 2010 05:15:47 +0000 (01:15 -0400)
commit7491e9e97aa6b0f9950897c4f1282b470c79d451
treeecda1a41a4360d3ec379945d6e8f723516e1ad5d
parent89d09554315addbd639ffc4a112386257a858ace
Allow windows to be dragged by clicking on empty areas

Allow windows to be dragged by clicking on empty areas in menubars
and toolbars. This is under theme control, via the GtkWidget::window-dragging
style property. The idea is that it makes sense to turn this on if a
theme makes the window frame and the menubar/toolbar appear visually
contiguous.

The main patch was written by Cody Russell, with a contribution by
Ayan George. See bug 611313.
gtk/gtkmenushell.c
gtk/gtkseparatortoolitem.c
gtk/gtktoolbar.c
gtk/gtkwidget.c