module Buttons:sig..end
val ok : [> `OK ] GWindow.buttonsval close : [> `CLOSE ] GWindow.buttonsval yes_no : [> `NO | `YES ] GWindow.buttonsval ok_cancel : [> `CANCEL | `OK ] GWindow.buttonstypecolor_selection =[ `CANCEL | `DELETE_EVENT | `HELP | `OK ]
typefile_selection =[ `CANCEL | `DELETE_EVENT | `HELP | `OK ]
typefont_selection =[ `APPLY | `CANCEL | `DELETE_EVENT | `OK ]
typeabout =[ `CANCEL | `CLOSE | `DELETE_EVENT ]