Package: gtk
Accessor gtk:native-dialog-modal
Lambda Listgtk:native-dialog-modal (object) SyntaxArgumentsDetails The accessor for the modal slot of the gtk:native-dialog class gets whether the dialog is modal, or
sets a dialog modal or non-modal. Modal dialogs prevent interaction with other windows in the same application. To keep modal dialogs on top of main application windows, use the gtk:native-dialog-transient-for function to make the dialog transient for the parent. Most window managers will then disallow lowering the dialog below the parent. | See also |
2025-07-29