package ocgtk

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

Class Print_dialog.print_dialog

method get_accept_label : unit -> string
method get_modal : unit -> bool
method get_page_setup : unit -> Ocgtk_gtk__.GPage_setup.page_setup_t
method get_print_settings : unit -> Ocgtk_gtk__.GPrint_settings.print_settings_t
method get_title : unit -> string
method print_file_finish : Ocgtk_gio.Gio.Async_result.async_result_t -> (bool, GError.t) result
method print_finish : Ocgtk_gio.Gio.Async_result.async_result_t -> (Ocgtk_gio.Gio.Output_stream.output_stream_t option, GError.t) result
method set_accept_label : string -> unit
method set_modal : bool -> unit
method set_page_setup : Ocgtk_gtk__.GPage_setup.page_setup_t -> unit
method set_print_settings : Ocgtk_gtk__.GPrint_settings.print_settings_t -> unit
method set_title : string -> unit
method setup_finish : Ocgtk_gio.Gio.Async_result.async_result_t -> (Ocgtk_gtk__.Print_setup.t option, GError.t) result
method as_print_dialog : Ocgtk_gtk__.Print_dialog.t