detach_tab
Description:
[
Version ( since =
"3.16" ) ]
public void detach_tab (
Widget child)
Removes the child from the notebook.
This function is very similar to remove, but additionally informs the notebook
that the removal is happening as part of a tab DND operation, which should not be cancelled.
Parameters:
this |
a Notebook
|
child |
a child
|