Method

AdapPreferencesDialogpush_subpage

since: 1.5

Declaration [src]

void
adap_preferences_dialog_push_subpage (
  AdapPreferencesDialog* self,
  AdapNavigationPage* page
)

Description [src]

Pushes page onto the subpage stack of self.

The page will be automatically removed when popped.

Available since: 1.5

Parameters

page

Type: AdapNavigationPage

The subpage.

The data is owned by the caller of the method.