Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

GtkListbox import from Glade not firing "row-activated" signal #446

Closed
Mustela125 opened this issue Sep 29, 2019 · 1 comment
Closed

GtkListbox import from Glade not firing "row-activated" signal #446

Mustela125 opened this issue Sep 29, 2019 · 1 comment

Comments

@Mustela125
Copy link

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

@Mustela125
Copy link
Author

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant