create_custom_widget


Description:

[ Version ( deprecated = true , deprecated_since = "2.40" , since = "2.16" ) ]
public signal PrintCustomWidget create_custom_widget ()

Warning: create_custom_widget is deprecated since 2.40.

Emitted when displaying the print dialog with run_dialog.

The returned PrintCustomWidget will be added to the print dialog and it will be owned by the print_operation. However, the object is guaranteed to be alive until the apply is emitted.

Returns:

A PrintCustomWidget that will be embedded in the dialog.