Package: gtk
Function gtk:native-dialog-destroy
Lambda Listgtk:native-dialog-destroy (dialog) ArgumentsDetails
Destroys a dialog.
When a dialog window 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 widget. | See also |
#2023-6-10