I want to customize styles of TMainMenu and TPopupMenu, eg: changing menu item color.
But it seems TMainMenu and TPopupMenu are OS-dependent. I used
OwnerDraw with customized
OnDrawItem and
OnDrawItem but it works only on Windows.
I want to customize menu styles which support cross-platform: Windows, macOS (Cocoa) and Linux (QT, GTK). Is it possible to do that?
Thank you so much,