Package: gtk

Function gtk:native-dialog-show

Lambda List

gtk:native-dialog-show (dialog)

Arguments

dialog -- a gtk:native-dialog widget

Details

Shows the dialog window on the display, allowing the user to interact with it. When the user accepts the state of the dialog window the dialog window will be automatically hidden and the "response" signal will be emitted.

Multiple calls while the dialog window is visible will be ignored.
 

See also

#2023-6-10