messagePopupF :: Graphic msg => F msg (msg, Click)
messagePopupF
is a dialog popup that shows a message and waits for
the user to click an OK button, and then goes away.
messagePopupF
causes the window to appear on the screen.
Click
is output when
the user presses the OK button.
The window disappears when this happens.
messagePopupF