You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
Included is the question I posted about this on Stack Overflow and the sample code that highlights the issue. When I run the code and exercise the various signals, all of the uncommented signal callbacks defined fire except for the one that I really need/want, the "row-activated" signal. All of the commented signals do not fire (or I may not understand how to trigger them).
I don't know how much I should repeat the StackOverflow question to summarize, but I did notice there is no GtkListbox in the Gtk.jl source code, and when loading a GtkListbox from a glade file, as I am doing, julia considers it a GtkContainer, but it otherwise looks and behaves like a listbox. Is it just not implemented yet? Is there a bug in Gtk.jl? Is there just a user error on my part?
Thanks to an answer to my post on Stack Overflow I now understand the official Gtk documentation a whole lot more clearly, especially how it relates to Gtk.jl's implementation. No bugs, no issues, it works great when done correctly!
Included is the question I posted about this on Stack Overflow and the sample code that highlights the issue. When I run the code and exercise the various signals, all of the uncommented signal callbacks defined fire except for the one that I really need/want, the "row-activated" signal. All of the commented signals do not fire (or I may not understand how to trigger them).
I don't know how much I should repeat the StackOverflow question to summarize, but I did notice there is no GtkListbox in the Gtk.jl source code, and when loading a GtkListbox from a glade file, as I am doing, julia considers it a GtkContainer, but it otherwise looks and behaves like a listbox. Is it just not implemented yet? Is there a bug in Gtk.jl? Is there just a user error on my part?
https://stackoverflow.com/questions/58152395/is-gtklistbox-not-implemented-in-the-current-julia-gtk-jl-package
listbox Example.zip
The text was updated successfully, but these errors were encountered: