package ocgtk
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
OCaml bindings for GTK 4
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054
doc/ocgtk.gtk/Ocgtk_gtk/Gtk/Wrappers/Print_setup/index.html
Module Wrappers.Print_setup
type t = [ `print_setup ] Gobject.objA `GtkPrintSetup` is an auxiliary object for printing that allows decoupling the setup from the printing.
A print setup is obtained by calling method@Gtk.PrintDialog.setup, and can later be passed to print functions such as method@Gtk.PrintDialog.print.
Print setups can be reused for multiple print calls.
Applications may wish to store the page_setup and print_settings from the print setup and copy them to the PrintDialog if they want to keep using them.
val get_print_settings : t -> [ `print_settings | `object_ ] Gobject.obj optionReturns the print settings of @setup.
They may be different from the `GtkPrintDialog`'s settings if the user changed them during the setup process.
val get_page_setup : t -> [ `page_setup | `object_ ] Gobject.obj optionReturns the page setup of @setup.
It may be different from the `GtkPrintDialog`'s page setup if the user changed it during the setup process.
val get_type : unit -> Gobject.Type.t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>