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