Method
Gtk.Printer.get_hard_margins_for_paper_size
Declaration [src]
gboolean
gtk_printer_get_hard_margins_for_paper_size (
  GtkPrinter* printer,
  GtkPaperSize* paper_size,
  double* top,
  double* bottom,
  double* left,
  double* right
)
Description [src]
Retrieve the hard margins of printer for paper_size.
These are the margins that define the area at the borders of the paper that the printer cannot print to.
Note: This will not succeed unless the printer’s details are
available, see gtk_printer_has_details() and
gtk_printer_request_details().
Parameters
| paper_size | GtkPaperSize | 
| a  | |
| Ownership is not transferred to the callee | |
| top | double* | 
| a location to store the top margin in | |
| Direction: out | |
| Ownership of the data is transferred to the callee | |
| bottom | double* | 
| a location to store the bottom margin in | |
| Direction: out | |
| Ownership of the data is transferred to the callee | |
| left | double* | 
| a location to store the left margin in | |
| Direction: out | |
| Ownership of the data is transferred to the callee | |
| right | double* | 
| a location to store the right margin in | |
| Direction: out | |
| Ownership of the data is transferred to the callee |