Constructor
AdapNavigationPagenew
since: 1.4
Declaration [src]
AdapNavigationPage*
adap_navigation_page_new (
GtkWidget* child,
const char* title
)
Parameters
child-
Type:
GtkWidgetThe child widget.
The data is owned by the caller of the function. title-
Type:
const char*The page title.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: AdapNavigationPage
The new created AdapNavigationPage.
| The data is owned by the called function. |