1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_maxgui_menus_checkmenu:
- =========
- CheckMenu
- =========
- CheckMenu -
- Description
- ===========
- .. code-block:: blitzmax
- CheckMenu( menu:TGadget )
- Set a menu's checked state.
- #UpdateWindowMenu should be called where appropriate after changing a menu's state for the changes
- to become visible.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|