connectPageAttached
fun connectPageAttached(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (page: TabPage, position: Int) -> Unit): <Error class: unknown class>
Emitted when a page has been created or transferred to @self.
A typical reason to connect to this signal would be to connect to page signals for things such as updating window title.
Parameters
connectFlags
A combination of ConnectFlags
handler
the Callback to connect. Params: page
a page of @self; position
the position of the page, starting from 0