Package: gtk

Function gtk:notebook-nth-page

Lambda List

gtk:notebook-nth-page (notebook num)

Arguments

notebook -- a gtk:notebook widget
num -- an integer with the index of a page in the notebook, or -1 to get the last page

Return Value

The gtk:widget child page, or nil if num is out of bounds.

Details

Returns the child widget contained in page number num.
 

See also

2024-10-4