custom_widget_apply


Description:

[ Version ( since = "2.10" ) ]
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 guaraneed to be around at a later time.

Parameters:

widget

the custom widget added in create-custom-widget