When creating a menu (Cocoa widgetset, 64 bit, Lazarus 1.9.0 r57735M FPC 3.0.4), it seems that one cannot add icons/images in front of menu items. This affects TMainMenu and TPopupMenu obviously.
For testing, I compiled attached example project with Carbon and Cocoa.
Under Carbon the icons appear just fine, under Cocoa however no icon will be shown (see screenshot).
Is this a limitation of Cocoa or is this something I should report as a bug?