Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
gnome-shell パネルのメニューのようにアプリケーション ウィンドウの外にポップオーバーを表示するにはどうすればよいですか? または、別の GTK ウィジェットを使用する必要がありますか?
これは可能なはずです(少なくともウェイランドでは)。gtk_popover_set_constrain_to (GtkPopover *popover, GtkPopoverConstraint 制約); "GTK_POPOVER_CONSTRAINT_NONE"
と
gtk_popover_set_pointing_to (GtkPopover *popover, const GdkRectangle *rect);