Package: gtk

Accessor gtk:stack-page-name

Lambda List

gtk:stack-page-name (object)

Syntax

(gtk:stack-page-name object) => name
(setf (gtk:stack-page-name object) name)

Arguments

object -- a gtk:stack-page object
name -- a string with the name of the child page

Details

Accessor of the name slot of the gtk:stack-page class. The gtk:stack-page-name function returns the name of the page. The (setf gtk:stack-page-name) function sets the name.
 

See also

2024-4-14