1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_maxgui_menus_updatewindowmenu:
- ================
- UpdateWindowMenu
- ================
- UpdateWindowMenu -
- Description
- ===========
- .. code-block:: blitzmax
- UpdateWindowMenu( window:TGadget )
- Update a window's menu hierachy.
- Required after changing a window's menu properties/structure for the changes to become visible.
- See Also: #WindowMenu and #CreateMenu
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|