Help checkmark wb3d menu

Blitz3D Forums/Blitz3D Programming/Help checkmark wb3d menu

Guy Fawkes(Posted 2008) [#1]
Can anyone show me an example of a decls call that creates a checkmark next to a menu item using wb3d? like if i click the "Loop" option in my media player, it would checkmark the menu item. If no one can, I've found a function that you may be able to help me crack. I'm not sure how to use it in decls language, or what it does, but here it is: OnDrawMenuCheck().

~DarkShadowWing~


John Blackledge(Posted 2008) [#2]
WB3D_CheckMenuItem(hMenu,id)
WB3D_UnCheckMenuItem(hMenu,id)