add_custom_tab
Description:
public void add_custom_tab (
Widget child,
Widget tab_label)
Adds a custom tab to the print dialog.
Parameters:
| this |
a `GtkPrintUnixDialog`
|
| child |
the widget to put in the custom tab
|
| tab_label |
the widget to use as tab label
|