Package: gtk

Function gtk:native-dialog-destroy

Lambda List

gtk:native-dialog-destroy (dialog)

Arguments

dialog -- a gtk:native-dialog object

Details

Destroys a dialog. When a dialog is destroyed, it will break any references it holds to other objects. If it is visible it will be hidden and any underlying window system resources will be destroyed.

Note that this does not release any reference to the object, as opposed to destroying a gtk:window widget, because there is no reference from the windowing system to the gtk:native-dialog object.
 

See also

2025-3-24