Package: gtk

Function gtk:notebook-detach-tab

Lambda List

gtk:notebook-detach-tab (notebook child)

Arguments

notebook -- a gtk:notebook widget
child -- a gtk:widget child

Details

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

See also

#2023-3-21