page_added
Description:
[
Version ( since =
"2.10" ) ]
public virtual signal void page_added (
Widget child,
uint page_num)
the page_added signal is emitted in the notebook right after a page is added to the notebook.
Parameters:
child |
the child Widget affected
|
page_num |
the new page number for child
|