Plain source file: hsrc/types/Popupmsg.hs (1996-03-10)
Related manual pages: PopupMsg
Popupmsg is imported by: Types, PopupGroupF.
module Popupmsg where import Geometry data PopupMsg a = Popup Point a | Popdown deriving (Eq, Ord)