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)
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
Positioning Gtk Widgets in Window
I'm currently learning PyGObject in order to create a small Gtk application, and I've become a bit stuck in laying out the Gtk Widgets correctly in the application window. The desired layout I am tryi...
steph
Votes: 0
Answers: 0
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