package lablgtk3

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module GWindow.ButtonsSource

Sourceval ok : [> `OK ] buttons
Sourceval close : [> `CLOSE ] buttons
Sourceval yes_no : [> `YES | `NO ] buttons
Sourceval ok_cancel : [> `OK | `CANCEL ] buttons
Sourcetype color_selection = [
  1. | `OK
  2. | `CANCEL
  3. | `HELP
  4. | `DELETE_EVENT
]
Sourcetype file_selection = [
  1. | `OK
  2. | `CANCEL
  3. | `HELP
  4. | `DELETE_EVENT
]
Sourcetype font_selection = [
  1. | `OK
  2. | `CANCEL
  3. | `APPLY
  4. | `DELETE_EVENT
]
Sourcetype about = [
  1. | `CANCEL
  2. | `CLOSE
  3. | `DELETE_EVENT
]
OCaml

Innovation. Community. Security.