custom_widget_apply


Description:

public virtual signal void custom_widget_apply (Widget widget)

Emitted right before begin_print if you added a custom widget in the create_custom_widget handler.

When you get this signal you should read the information from the custom widgets, as the widgets are not guaranteed to be around at a later time.

Parameters:

widget

the custom widget added in create_custom_widget