Package: gtk

Accessor gtk:stack-page-title

Lambda List

gtk:stack-page-title (object)

Syntax

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

Arguments

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

Details

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

See also

2024-4-14