hi; I assume your issue is that the popover is clipped to the top level size. this is a known limitation: GtkPopover widgets do not use a separate windowing system surface, but they are drawn directly on the top level to which they are attached. this won't change in 3.16, at least on X11. Wayland, on the other hand, allows us a greater control on sub-surfaces, so with 3.16, popovers will not be constraint when running with the Wayland backend. in general, you'll have to assume that popovers should not be used like menus; menus have their own set of semantics, especially on X11, that we *cannot* change. ciao, Emmanuele. On 31 October 2014 20:02, Константин Пугин <ria.freelander@xxxxxxxxx> wrote: > I try to use GtkPopover and GtkScaleButton on panel, and dropdowns from this > must not be on the panel, but must be on another translucent windows (like > GtkMenu was). Why I cannot use GtkPopover and GtkScaleButton this way > without writing GtkWindow helper (GtkPopover try to show its popover on > panel, but down from this)? Will it be possible on Gtk 3.16? > > _______________________________________________ > gtk-list mailing list > gtk-list@xxxxxxxxx > https://mail.gnome.org/mailman/listinfo/gtk-list > -- http://www.bassi.io [@] ebassi [@gmail.com] _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx https://mail.gnome.org/mailman/listinfo/gtk-list