Method
IdeWorkspaceadd_pane
Declaration
void
ide_workspace_add_pane (
IdeWorkspace* self,
IdePane* pane,
PanelPosition* position
)
Description
Adds pane to workspace.
In future versions, position may be updated to reflect the
position in which pane was added.
Parameters
pane-
Type:
IdePaneAn
IdePane.The data is owned by the caller of the method. position-
Type:
PanelPositionThe position for the pane.
The data is owned by the caller of the method.