Open stacksmith opened 8 years ago
I haven't been able to get anything out of gtk-widget-get-parent-window.
In addition, it seems to require the widget to be a window (or at least does not like treeviews). The definitions shows the parameter declared as:
(widget (g-object gtk-window))
If anyone has any ideas, please let me know.
For the second part I put a fix here.
I actually get a result from that function, maybe try again with the fix?
I haven't been able to get anything out of gtk-widget-get-parent-window.
In addition, it seems to require the widget to be a window (or at least does not like treeviews). The definitions shows the parameter declared as:
If anyone has any ideas, please let me know.