python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How do I use mouse button events with gtk4-rs?
I'm trying to capture up a right click event on a TreeView I have in my application using Rust and gtk4-rs. I don't see a specific EventController for mouse buttons events. I do see EventControllers f...
Aaron Cirillo
Votes: 0
Answers: 1
GTK Window Title Bar - Can't remove the Docker Container ID
I have GTK (actually GTKMM) application running inside a Docker container. The Docker container ID is always shown in the Title Bar of the Window, no matter what I do to try to change it, like callin...
Bryan Greenway
Votes: 0
Answers: 0
Why won't my SearchEntry grow inside its SearchBar?
I have a Gtk.SearchBar with a Gtk.SearchEntry inside. I want the SearchEntry to use all the available (horizontal) space, so I set entry.props.hexpand = True and entry.props.halign = Gtk.Align.FILL. B...

Aran-Fey
Votes: 0
Answers: 1
How to set minimum/preferred size in custom Gtk widget
I'm trying to implement a custom Gtk widget, but I can't figure out how to request a specific minimum size and preferred size.
Here you can see that I (try to) request a minimum size of 300x300 and pr...

Aran-Fey
Votes: 0
Answers: 1