package ocgtk

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

Class Native_dialog.native_dialog

method on_response : ?after:bool -> callback:(response_id:int -> unit) -> unit -> Gobject.Signal.handler_id
method destroy : unit -> unit
method get_modal : unit -> bool
method get_title : unit -> string option
method get_transient_for : unit -> Ocgtk_gtk__.GApplication_and__window_and__window_group.window_t option
method get_visible : unit -> bool
method hide : unit -> unit
method set_modal : bool -> unit
method set_title : string -> unit
method set_transient_for : Ocgtk_gtk__.GApplication_and__window_and__window_group.window_t option -> unit
method show : unit -> unit
method as_native_dialog : Ocgtk_gtk__.Native_dialog.t