Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Gtk is not thread safe, editing Gtk stuff from outside the main thread will panic. That's why you're probably better off choosing another language.
-
@sqlkid Gtk3 is actually pretty good. It's fast, lean, beautiful and platform independent.
-
@aggelalex I have edited GTK items from within a goroutine sans issues... So I don't think that's still true (unless there is some behind the scenes stuff happening).
-
@chabad360 not thread safe does not mean it will surely not work. AFAIK, in Rust it panics, but I don't know about Go. Perhaps you are able to successfully edit stuff from your goroutines only by luck.
Related Rants
-
xorith19HTML: Hate This Meaningless Life CSS: Can't Style Shit JS: Just Shit Java: Just another vicious asshole PH...
-
ObiSwagKenobi6> Receive sudden phone call in the middle of the night > Check caller, unknown number > "Either something ba...
-
dyslxr40So I named my daughter "io" everyone calls her by the name and then we register her on our local gov't to get...
Good news: I've finally started learning Golang! I've wanted to do it for a while, and now I am!
Bad news: I'm getting screwed by a GTK messagedialog that when open for the second time, simply panics! The dialog is in Glade because I've got no patience to master the art of giving 5 different flags (maybe that's just 'cause it's 3 AM). Plus, I'm have a similar issue with my about dialog! COME ON!!!!
P.s. just wanna say hi again, haven't been around in a long while, so: Hi!
rant
gtk
gotk
glade
dialog
go
gtk3
gtk+
golang