Package: gtk

Function gtk:notebook-detach-tab

Lambda List

gtk:notebook-detach-tab (notebook page)

Arguments

notebook -- a gtk:notebook widget
page -- a gtk:widget child page, or an integer with the index of a notebook page

Details

Removes the child page from the notebook. This function is very similar to the gtk:notebook-remove-page function, but additionally informs the notebook that the removal is happening as part of a drag and drop operation of the notebook tab, which should not be cancelled.
 

See also

2024-10-4