Package: gtk

Accessor gtk:stack-page-icon-name

Lambda List

gtk:stack-page-icon-name (object)

Syntax

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

Arguments

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

Details

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

See also

2024-4-14