package lablgtk3

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

@gtkdoc gtk gtk-General

val init : ?setlocale:bool -> unit -> string

init also sets the locale and returns its name. Either set ~setlocale to false or GTK_SETLOCALE to "0" if you don't want to the locale to be set

val main : unit -> unit

init also sets the locale and returns its name. Either set ~setlocale to false or GTK_SETLOCALE to "0" if you don't want to the locale to be set

main runs the main loop, until quit is called. Do not use in multi-threaded programs.

val quit : unit -> unit

main runs the main loop, until quit is called. Do not use in multi-threaded programs.

quit the main loop

val version : int * int * int

quit the main loop

major, minor, micro