]> Pileus Git - ~andy/gtk/commit
Allow to populate bubbles with extra content
authorMatthias Clasen <mclasen@redhat.com>
Wed, 6 Feb 2013 06:20:02 +0000 (01:20 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 5 Mar 2013 21:48:00 +0000 (16:48 -0500)
commit88623b98a7ca0afca08ac21bc3aa662c6ed3ab7f
treedacc5065565b6f0048a2247f7343de8b2062ecee
parentf1f3a033e5518eaf156e46fadb9cb4d84781df49
Allow to populate bubbles with extra content

We do this by making the ::populate-popup signals a little more
flexible. They used to just accept a GtkMenu as argument, now
they can take a menu or a toolbar. To not break the expectations
of existing callbacks, we only emit ::populate-popup with a toolbar
if the :populate-toolbar property is TRUE.
gtk/gtkentry.c
gtk/gtkentry.h
gtk/gtktextview.c
gtk/gtktextview.h