Method

GtkPrintOperationset_custom_tab_label

since: 2.10

Declaration [src]

void
gtk_print_operation_set_custom_tab_label (
  GtkPrintOperation* op,
  const gchar* label
)

Description [src]

Sets the label for the tab holding custom widgets.

Available since: 2.10

Parameters

label

Type: const gchar*

The label to use, or NULL to use the default label.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.