astroDimitrios / rose

:rose: Rose is a toolkit for writing, editing and running application configurations.
https://metomi.github.io/rose/
GNU General Public License v3.0
0 stars 1 forks source link

Replace .popup() calls #14

Closed astroDimitrios closed 1 month ago

astroDimitrios commented 2 months ago

Replace these deprecated calls with popup_at_pointer or the other varients on these new popup functions instead of trying to fix them.

J-J-Abram commented 2 months ago

Requires replacing with gtk_menu_popup_at_pointer() or gtk_menu_popup_at_widget ()

Unclear which some need - changing to _widget by default unless it causes an issue

astroDimitrios commented 1 month ago

Closed by #20