def callback(display_page_model, page, iter, user_param1, ...)
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.
display_page_model : |
instance of RB.DisplayPageModel that is emitting the signal |
page : |
the RB.DisplayPage that was inserted |
iter : |
a GtkTreeIter indicating the page position |
user_param1 : |
first user parameter (if any) specified with the connect() method |
... : |
additional user parameters (if any) |