Signal
PanelDocumentWorkspace::create-frame
Declaration
PanelFrame*
create_frame (
PanelDocumentWorkspace* self,
PanelPosition* position,
gpointer user_data
)
Description [src]
Creates a new PanelFrame to be added to the document grid.
| Default handler: | The default handler is called after the handlers added via |
| Available since: | 1.4 |
Parameters
position |
PanelPosition |
The position of the frame. |
|
| The data is owned by the caller of the function. |
Return value
| Returns: | PanelFrame |
A |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. |