chris-y / avalanche

Simple ReAction GUI for XAD
GNU General Public License v2.0
8 stars 2 forks source link

AISS icons in menu (16x16, 24x24 or off) #27

Open samo790 opened 2 years ago

samo790 commented 2 years ago

On the style of NetSurf (and other applications) maybe via tooltype, adding an optional support for the AISS icons (16x16, 24x24 in size or no menu icons at all) in the Avalanche menu would be a nice graphical addition

chris-y commented 2 years ago

Unfortunately OS3.2.1 does not implement MenuClass, which means this will need to be added through IM_ITEM (assuming the fixes for that ended up in OS3.2) - unfortunately that's a bit of a PITA to do!

Will park this until such a time MenuClass comes to OS3.

samo790 commented 2 years ago

Well if implemented, I had thought about OS4 only

chris-y commented 2 years ago

I don't want two different menu systems to maintain - especially as primarily it's an OS3.2 app, not an OS4 one, so I'm trying to cater to 3.2's features.