set_save_delegate


Description:

public void set_save_delegate (SaveDelegate? save_delegate)

Sets the save_delegate property.

The save delegate may be used to perform save operations on the content within the widget.

Document editors might use this to save the file to disk.

Parameters:

this

a Widget

save_delegate

a SaveDelegate or null