Signal
RBDisplayPageModel::page-inserted
Declaration
void
page_inserted (
RBDisplayPageModel* self,
RBDisplayPage* page,
GtkTreeIter* iter,
gpointer user_data
)
Description [src]
Emitted when a new page is inserted into the model. Use this instead of GtkTreeModel::row-inserted as this doesn’t get complicated by visibility filtering.
| Default handler: The default handler is called after the handlers added via |
Parameters
page-
Type:
RBDisplayPageThe
RBDisplayPagethat was inserted.The data is owned by the caller of the function. iter-
Type:
GtkTreeIterA
GtkTreeIterindicating the page position.The data is owned by the caller of the function.