Signal
IdePage::create-split
Description
This signal is emitted when the view is requested to make a split version of itself. This happens when the user requests that a second version of the file to be displayed, often side-by-side.
This signal will only be emitted when IdePage:can-split
is
set to TRUE
. The default is FALSE
.
Default handler: The default handler is called after the handlers added via |
Return value
Type: IdePage
A newly created IdePage
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |