diff options
author | Wolfgang Müller | 2021-06-18 12:48:18 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-06-19 15:53:07 +0200 |
commit | 5ec197703d75860571612fa3785e8578288fcdd3 (patch) | |
tree | 5e96171cddf2d9e4f36aa3793e2d37dae1591f5c /TODO | |
parent | bd990536a4be9513da9422449b5ff90097456f1b (diff) | |
download | weltschmerz-5ec197703d75860571612fa3785e8578288fcdd3.tar.gz |
Add TODO item regarding the deprecation of GtkImageMenuItem
Diffstat (limited to 'TODO')
-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. |