3.13) The prompts.

type gr_prompt =
  { pt_window : gr_window
  ; mutable pt_left : int
  ; mutable pt_top : int
  ; mutable pt_name : string
  }
;;
The prompt objects are used to draw string on a window. These objects ignore all the events.
The type g_prompt is composed of:
gr_draw_prompt : gr_prompt -> unit
gr_draw_prompt Prt draws the prompt Prt in the current window.