Method

AdapTabViewget_page

Declaration [src]

AdapTabPage*
adap_tab_view_get_page (
  AdapTabView* self,
  GtkWidget* child
)

Description [src]

Gets the AdapTabPage object representing child.

Parameters

child

Type: GtkWidget

A child in self.

The data is owned by the caller of the method.

Return value

Type: AdapTabPage

The page object for child.

The data is owned by the instance.