python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
ERROR: Current directory is not a meson build directory
I have been trying to install gtk4 on Windows 10, following the instructions from this site: https://www.collabora.com/news-and-blog/blog/2021/03/18/build-and-run-gtk-4-applications-with-visual-studio...
Dzenita Dzafic
Votes: 0
Answers: 1
C - GTK 4 - Able to remove row from liststore but unable to append row to liststore
I am trying to make a program in C with GTK 4.0 on and for Linux and I am trying to update all of the rows in a liststore and add some rows to the liststore. I can use gtk_list_store_remove but when I...
Gaming Doom
Votes: 0
Answers: 1
How do I get the string value contained in an EntryBuffer?
I'm working on a GTK4 application in Rust but having difficulty understanding EntryBuffers. I cant seem to find a function that returns the contained text of an EntryBuffer. I've tried to_string(), b...
MidasVanVeen
Votes: 0
Answers: 1
GTK4 progress bar is not updating
have problem with GTK4 app written in C - progress bar value is not updated.
In apps window for first I show some data loaded from xml. After confirmation this screen I hide vBox with data and create
...
fik236
Votes: 0
Answers: 1