module Buttons:sig..end
val ok : [> `OK ] GWindow.buttons
val close : [> `CLOSE ] GWindow.buttons
val yes_no : [> `NO | `YES ] GWindow.buttons
val ok_cancel : [> `CANCEL | `OK ] GWindow.buttons
typecolor_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 ]