Package: gtk

Function gtk:native-dialog-hide

Lambda List

gtk:native-dialog-hide (dialog)

Arguments

dialog -- a gtk:native-dialog object

Details

Hides the dialog if it is visilbe, aborting any interaction. Once this is called the "response" signal will not be emitted until after the next call to the gtk:native-dialog-show function.

If the dialog is not visible this does nothing.
 

See also

#2025-3-24