//docs/MPGui.doc/RefreshMPGui


   NAME   
  RefreshMPGui -- Refreshes an MPGui Window. (V5)

   SYNOPSIS
  RefreshMPGui(gh)
               A0

  void RefreshMPGui(struct MPGuiHandle *);

   FUNCTION
  Refreshes an MPGui Window.

   INPUTS
  gh    - MPGuiHandle allocated by AllocMPGuiHandle().

   RESULT
  None

   EXAMPLE

   NOTES
  Use in a call back hook - e.g. if a menu item opens a file requester.

   BUGS

   SEE ALSO
  AllocMPGuiHandleA(), SyncMPGuiRequest().