package ocgtk

  1. Overview
  2. Docs
OCaml bindings for GTK 4

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054

doc/ocgtk.gtk/Ocgtk_gtk/Gtk/Message_dialog/class-message_dialog/index.html

Class Message_dialog.message_dialog

inherit Ocgtk_gtk__.GDialog.dialog_t
method get_message_area : unit -> Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t
method set_markup : string -> unit
method message_type : Ocgtk_gtk__.Gtk_enums.messagetype
method set_message_type : Ocgtk_gtk__.Gtk_enums.messagetype -> unit
method secondary_text : string
method set_secondary_text : string -> unit
method secondary_use_markup : bool
method set_secondary_use_markup : bool -> unit
method text : string
method set_text : string -> unit
method use_markup : bool
method set_use_markup : bool -> unit
method as_message_dialog : Ocgtk_gtk__.Message_dialog.t