package ocgtk

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

Class Print_operation.print_operation

inherit Ocgtk_gtk__.GPrint_operation_preview.print_operation_preview_t
method on_begin_print : ?after:bool -> callback:(context:Ocgtk_gtk__.GPrint_context.print_context_t -> unit) -> unit -> Gobject.Signal.handler_id
method on_custom_widget_apply : ?after:bool -> callback: (widget: Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t -> unit) -> unit -> Gobject.Signal.handler_id
method on_done_ : ?after:bool -> callback:(result:Ocgtk_gtk__.Gtk_enums.printoperationresult -> unit) -> unit -> Gobject.Signal.handler_id
method on_draw_page : ?after:bool -> callback: (context:Ocgtk_gtk__.GPrint_context.print_context_t -> page_nr:int -> unit) -> unit -> Gobject.Signal.handler_id
method on_end_print : ?after:bool -> callback:(context:Ocgtk_gtk__.GPrint_context.print_context_t -> unit) -> unit -> Gobject.Signal.handler_id
method on_paginate : ?after:bool -> callback:(context:Ocgtk_gtk__.GPrint_context.print_context_t -> bool) -> unit -> Gobject.Signal.handler_id
method on_preview : ?after:bool -> callback: (preview:Ocgtk_gtk__.GPrint_operation_preview.print_operation_preview_t -> context:Ocgtk_gtk__.GPrint_context.print_context_t -> parent: Ocgtk_gtk__.GApplication_and__window_and__window_group.window_t option -> bool) -> unit -> Gobject.Signal.handler_id
method on_request_page_setup : ?after:bool -> callback: (context:Ocgtk_gtk__.GPrint_context.print_context_t -> page_nr:int -> setup:Ocgtk_gtk__.GPage_setup.page_setup_t -> unit) -> unit -> Gobject.Signal.handler_id
method on_status_changed : ?after:bool -> callback:(unit -> unit) -> unit -> Gobject.Signal.handler_id
method on_update_custom_widget : ?after:bool -> callback: (widget: Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t -> setup:Ocgtk_gtk__.GPage_setup.page_setup_t -> settings:Ocgtk_gtk__.GPrint_settings.print_settings_t -> unit) -> unit -> Gobject.Signal.handler_id
method cancel : unit -> unit
method draw_page_finish : unit -> unit
method get_default_page_setup : unit -> Ocgtk_gtk__.GPage_setup.page_setup_t
method get_embed_page_setup : unit -> bool
method get_error : unit -> (unit, GError.t) result
method get_has_selection : unit -> bool
method get_n_pages_to_print : unit -> int
method get_print_settings : unit -> Ocgtk_gtk__.GPrint_settings.print_settings_t option
method get_status : unit -> Ocgtk_gtk__.Gtk_enums.printstatus
method get_status_string : unit -> string
method get_support_selection : unit -> bool
method is_finished : unit -> bool
method run : Ocgtk_gtk__.Gtk_enums.printoperationaction -> Ocgtk_gtk__.GApplication_and__window_and__window_group.window_t option -> (Ocgtk_gtk__.Gtk_enums.printoperationresult, GError.t) result
method set_allow_async : bool -> unit
method set_current_page : int -> unit
method set_custom_tab_label : string option -> unit
method set_default_page_setup : Ocgtk_gtk__.GPage_setup.page_setup_t option -> unit
method set_defer_drawing : unit -> unit
method set_embed_page_setup : bool -> unit
method set_export_filename : string -> unit
method set_has_selection : bool -> unit
method set_job_name : string -> unit
method set_n_pages : int -> unit
method set_print_settings : Ocgtk_gtk__.GPrint_settings.print_settings_t option -> unit
method set_show_progress : bool -> unit
method set_support_selection : bool -> unit
method set_track_print_status : bool -> unit
method set_unit : Ocgtk_gtk__.Gtk_enums.unit -> unit
method set_use_full_page : bool -> unit
method as_print_operation : Ocgtk_gtk__.Print_operation.t