package ocgtk

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

Class Alert_dialog.alert_dialog

method choose_finish : Ocgtk_gio.Gio.Async_result.async_result_t -> (int, GError.t) result
method get_buttons : unit -> string array option
method get_cancel_button : unit -> int
method get_default_button : unit -> int
method get_detail : unit -> string
method get_message : unit -> string
method get_modal : unit -> bool
method set_buttons : string array -> unit
method set_cancel_button : int -> unit
method set_default_button : int -> unit
method set_detail : string -> unit
method set_message : string -> unit
method set_modal : bool -> unit
method show : Ocgtk_gtk__.GApplication_and__window_and__window_group.window_t option -> unit
method as_alert_dialog : Ocgtk_gtk__.Alert_dialog.t