func_maxgui_menus_updatewindowmenu.rst 475 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_maxgui_menus_updatewindowmenu:
  2. ================
  3. UpdateWindowMenu
  4. ================
  5. UpdateWindowMenu -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. UpdateWindowMenu( window:TGadget )
  10. Update a window's menu hierachy.
  11. Required after changing a window's menu properties/structure for the changes to become visible.
  12. See Also: #WindowMenu and #CreateMenu
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. Nothing.
  18. Examples
  19. ========
  20. See Also
  21. ========