Re: GtkMenu padding - need an alternative for providing an offset

2013-11-09 Thread Michael Webster
I wonder if a patch to introduce an offset into the GtkMenu initial popup position would be accepted. There is already a style property "horizontal-offset" and "vertical-offset" that applies to submenus. Perhaps an "initial-offset" property that would kick the initial menu over by that value in b

Re: GtkMenu padding - need an alternative for providing an offset

2013-10-30 Thread Michael Webster
For what it's worth, I'm guessing the current behavior is what was intended all along, and we've all been using what was previously an accidental 'feature' to accomplish something (using padding as a menu offset) to improve the usability of the context menus. On Tue, Oct 29, 2013 at 9:26 PM, Emil

Re: GtkMenu padding - need an alternative for providing an offset

2013-10-29 Thread Emilio Pozuelo Monfort
Hi, On 30/10/13 01:10, Michael Webster wrote: > Apologies if this has been brought up already... > > This patch: > > https://git.gnome.org/browse/gtk+/commit/gtk/gtkmenu.c?id=01dc23cdec377c9d9897cc32bf28ec1d241b29fa Is it just me or all these changes we've recently made are not 'deprecations' b

GtkMenu padding - need an alternative for providing an offset

2013-10-29 Thread Michael Webster
Apologies if this has been brought up already... This patch: https://git.gnome.org/browse/gtk+/commit/gtk/gtkmenu.c?id=01dc23cdec377c9d9897cc32bf28ec1d241b29fa deprecated GtkMenu-horizontal-padding and GtkMenu-vertical-padding, suggesting that CSS padding is used instead. The problem is that th