Method

AdapTabPageget_parent

Declaration [src]

AdapTabPage*
adap_tab_page_get_parent (
  AdapTabPage* self
)

Description [src]

Gets the parent page of self.

See adap_tab_view_add_page() and adap_tab_view_close_page().

Gets propertyAdap.TabPage:parent

Return value

Type: AdapTabPage

The parent page.

The data is owned by the instance.
The return value can be NULL.