package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val ok : [> `OK ] buttons
val close : [> `CLOSE ] buttons
val yes_no : [> `YES | `NO ] buttons
val ok_cancel : [> `OK | `CANCEL ] buttons
type color_selection = [
  1. | `OK
  2. | `CANCEL
  3. | `HELP
  4. | `DELETE_EVENT
]
type file_selection = [
  1. | `OK
  2. | `CANCEL
  3. | `HELP
  4. | `DELETE_EVENT
]
type font_selection = [
  1. | `OK
  2. | `CANCEL
  3. | `APPLY
  4. | `DELETE_EVENT
]
type about = [
  1. | `CANCEL
  2. | `CLOSE
  3. | `DELETE_EVENT
]