package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include GtkBaseProps.Dialog end
val cast : 'a Gobject.obj -> Gtk.dialog Gtk.obj
val action_area : [> `dialog ] Gtk.obj -> Gtk.button_box Gtk.obj
val vbox : [> `dialog ] Gtk.obj -> Gtk.box Gtk.obj
val add_button : [> `dialog ] Gtk.obj -> string -> int -> unit
val response : [> `dialog ] Gtk.obj -> int -> unit
val set_response_sensitive : [> `dialog ] Gtk.obj -> int -> bool -> unit
val set_default_response : [> `dialog ] Gtk.obj -> int -> unit
val run : [> `dialog ] Gtk.obj -> int
val std_response : GtkEnums.response -> int
val decode_response : int -> GtkEnums.response