package ocgtk

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

Module Gtk.Print_settings

class type print_settings_t = object ... end
class print_settings : [ `print_settings | `object_ ] Gobject.obj -> print_settings_t
val new_ : unit -> print_settings_t
val new_from_file : string -> (print_settings_t, GError.t) result
val new_from_gvariant : Gvariant.t -> print_settings_t