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
Can I use a single search bar for searching different things?
I'm trying to use a single search bar for searching different models. Is it possible to handle it with one view?
my views.py file:
class SearchResultsView(ListView):
model = Food
template_name...
delsa_gh
Votes: 0
Answers: 1