Package: gtk

Function gtk:native-dialog-hide

Lambda List

gtk:native-dialog-hide (dialog)

Arguments

dialog -- a gtk:native-dialog widget

Details

Hides the dialog window if it is visible, 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 window is not visible this does nothing.
 

See also

#2023-6-10