Menu radio items (menu grouping with radio "button"

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

Menu radio items (menu grouping with radio "button"

Post by Rescator »

Available in WINAPI CheckMenuRadioItem_()
http://msdn.microsoft.com/en-us/library ... 85%29.aspx

Although I have not dug up any API info for Linux and Mac,
at least it does seem that a similar ability exist on Mac and Linux (the most modern GUI's) as well.

Any chance of this for the next large release maybe? :)

For those with no idea what I'm talking about,
here is a cool example: http://www.purebasic.fr/english/viewtopic.php?t=35749

Personally I'd have used #MF_BYCOMMAND though
as that fit better with PureBasic's menuitem id's.