Package: gtk

Accessor gtk:alert-dialog-default-button

Lambda List

gtk:alert-dialog-default-button (object)

Syntax

(gtk:alert-dialog-default-button object) => button
(setf (gtk:alert-dialog-default-button object) button)

Arguments

object -- a gtk:alert-dialog object
button -- an integer for the new Default button

Details

The accessor for the default-button slot of the gtk:alert-dialog class gets or sets the index of the Default button. See the default-button property for details of how this value is used.

Since 4.10
 

See also

2025-07-29