Module GtkWindow.Dialog
include GtkBaseProps.Dialog
val cast : 'a Gobject.obj -> Gtk.dialog Gtk.obj
module S = GtkBaseProps.Dialog.Sval create : Gtk.dialog Gobject.param list -> Gtk.dialog Gtk.obj
val action_area : [> `dialog ] Gtk.obj -> Gtk.button_box Gtk.objval vbox : [> `dialog ] Gtk.obj -> Gtk.box Gtk.objval add_button : [> `dialog ] Gtk.obj -> string -> int -> unitval response : [> `dialog ] Gtk.obj -> int -> unitval set_response_sensitive : [> `dialog ] Gtk.obj -> int -> bool -> unitval set_default_response : [> `dialog ] Gtk.obj -> int -> unitval run : [> `dialog ] Gtk.obj -> int
val std_response : GtkEnums.response -> intval decode_response : int -> GtkEnums.response