Hello, I developed an Eto Panel for a plugin that needs to run both on Windows and Mac OS.
The documentation for
public static void RegisterPanel (
PlugIn plugin,
Type panelType,
string caption,
Icon icon
)
states that the icon parameter is “Currently only used in Windows”.
How can the panel icon be set to be displayed on Mac OS? I’ve searched through the documentation and the Eto API pages, but I couldn’t find any reference.
Thanks in advance for any suggestion.