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. | |
bottom |
double* |
Bottom hardware printer margin. |
|
The argument will be set by the function. | |
left |
double* |
Left hardware printer margin. |
|
The argument will be set by the function. | |
right |
double* |
Right hardware printer margin. |
|
The argument will be set by the function. |