summaryrefslogtreecommitdiff
path: root/libmate-desktop/mate-image-menu-item.c
AgeCommit message (Collapse)AuthorFilesLines
2024-03-11Make MateImageMenuItem subclassablezhu yaliang1-28/+44
See the discussion on:https://github.com/mate-desktop/mate-panel/issues/1433
2024-02-29MateImageMenuItem: Remove unnecessary label fieldColomban Wendling1-39/+0
This was used in GtkImageMenuItem to support stock items, but this is a deprecated feature that didn't make it to MateImageMenuItem. Now, this is entirely unused, and just leads to glue code maintaining an unused local copy of the label, effectively wasting a little bit of memory and adding complexity. Just drop all references to it, without any functional difference.
2023-04-02Add mate image menu item apiszhuyaliang1-0/+552