Method
GtkPrintContextget_hard_margins
Declaration [src]
gboolean
gtk_print_context_get_hard_margins (
  GtkPrintContext* context,
  double* top,
  double* bottom,
  double* left,
  double* right
)
Parameters
| top | double* | 
| Top hardware printer margin. | |
| The argument will be set by the function. | |
| The instance takes ownership of the data, and is responsible for freeing it. | |
| bottom | double* | 
| Bottom hardware printer margin. | |
| The argument will be set by the function. | |
| The instance takes ownership of the data, and is responsible for freeing it. | |
| left | double* | 
| Left hardware printer margin. | |
| The argument will be set by the function. | |
| The instance takes ownership of the data, and is responsible for freeing it. | |
| right | double* | 
| Right hardware printer margin. | |
| The argument will be set by the function. | |
| The instance takes ownership of the data, and is responsible for freeing it. |