Method
RBShellappend_display_page
Declaration [src]
void
rb_shell_append_display_page (
RBShell* shell,
RBDisplayPage* page,
RBDisplayPage* parent
)
Parameters
page
-
Type:
RBDisplayPage
The new
RBDisplayPage
.The data is owned by the caller of the method. parent
-
Type:
RBDisplayPage
The parent page for the new page.
The argument can be NULL
.The data is owned by the caller of the method.