Package: gtk

Function gtk-assistant-page-has-padding

Lambda List

gtk-assistant-page-has-padding (assistant page)

Syntax

(gtk-assistant-page-has-padding assistant page) => setting
(setf (gtk-assistant-page-has-padding assistant page) setting)

Arguments

assistant -- a gtk-assistant widget
page -- a gtk-widget page of assistant
setting -- a boolean whether the page has padding

Details

Accessor of the has padding status of the page in the assistant.

The gtk-assistant-page-has-padding function gets whether the page has padding. The (setf gtk-assistant-page-has-padding) function sets whether the assistant is adding padding around the page.

The function is implemented with the gtk-assistant-child-has-padding function.

Since 3.18
 

See also

2021-11-2