diff options
-rw-r--r-- | TODO | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +- Upstream GTK says that gtk_image_menu_item_new() has been deprecated since + 3.10 [1]. As it recommends using gtk_menu_item_new() instead, there does not + seem to be official support for icons in menus anymore. We disagree with this + design choice and shall keep all current instances of GtkImageMenuItem. They + won't be going away in GTK 3, but should we ever decide to support GTK 4, we + might need to take action on this somehow. + + [1] https://developer.gnome.org/gtk3/stable/GtkImageMenuItem.html#gtk-image-menu-item-new + - Upstream recommends spawn_async() instead of spawn_sync(), but the bindings for it are erroneous. |