6

如何使Popover出现在应用程序窗口之外,例如 gnome-shell 面板中的菜单?还是我应该使用另一个 GTK 小部件?

gnome-shell 面板弹出菜单

4

1 回答 1

1

这应该是可能的(至少在 Wayland 上)。gtk_popover_set_constrain_to (GtkPopover *popover, GtkPopoverConstraint 约束); “GTK_POPOVER_CONSTRAINT_NONE”

gtk_popover_set_pointing_to (GtkPopover *popover, const GdkRectangle *rect);

于 2021-01-03T14:16:51.507 回答