Dialog.canClose

Set canClose property.

  1. bool canClose [@property getter]
  2. bool canClose [@property setter]
    class Dialog
    @property
    void
    canClose
    (
    bool propval
    )

Parameters

propval bool

Whether the dialog can be closed.

If set to FALSE, the close button, shortcuts and adw.dialog.Dialog.close will result in signal@Dialog::close-attempt being emitted instead, and bottom sheet close swipe will be disabled. adw.dialog.Dialog.forceClose still works.