Method

IdePageget_position

Declaration

PanelPosition*
ide_page_get_position (
  IdePage* self
)

Description

Gets the position of a page within the workspace.

Return value

Type: PanelPosition

An PanelPosition or NULL if the page is not rooted.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.