On the page Gtk.TreeView, the sample code uses the “changed” signal.
However, there is no more mentioning of such signal on that page.
Is this an oversight?
Thank you.
On the page Gtk.TreeView, the sample code uses the “changed” signal.
However, there is no more mentioning of such signal on that page.
Is this an oversight?
Thank you.
Hi, Emmanuelle,
Understood.
Now if I understand it correctly, according to documentation I am not able to prevent the selection change, right?
Because even if I call g_signal_connect_before() the default handler will be run prior and it will not be possible to prevent it from executing.
Thank you.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.