find_page

@accepts(RB.DisplayPage, Gtk.TreeIter)
@returns(gboolean)
def find_page(page, iter)

Finds a GtkTreeIter for a specified page in the model. This will only find pages that are currently visible. The returned GtkTreeIter can be used with the RB.DisplayPageModel.

page :

the RB.DisplayPage to find

iter :

returns a GtkTreeIter for the page

Returns :

True if the page was found