def callback(display_page_tree, page, user_param1, ...)
Emitted when a page is selected from the tree
display_page_tree : |
instance of RB.DisplayPageTree that is emitting the signal |
page : |
the newly selected RB.DisplayPage |
user_param1 : |
first user parameter (if any) specified with the connect() method |
... : |
additional user parameters (if any) |