create_window
Description:
[ Version ( since = "2.12" ) ]
public signal unowned Notebook create_window (Widget page, int x, int y)
public signal unowned Notebook create_window (Widget page, int x, int y)
The create_window signal is emitted when a detachable tab is dropped on the root window.
A handler for this signal can create a window containing a notebook where the tab will be attached. It is also responsible for moving/resizing the window and adding the necessary properties to the notebook (e.g. the group_name ).
Parameters:
page |
the tab of |
x |
the X coordinate where the drop happens |
y |
the Y coordinate where the drop happens |
Returns:
a Notebook that |