Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SetShowArrow seems to be missing on gtk.DropDown #124

Open
RegProctor opened this issue Jan 21, 2024 · 1 comment
Open

SetShowArrow seems to be missing on gtk.DropDown #124

RegProctor opened this issue Jan 21, 2024 · 1 comment

Comments

@RegProctor
Copy link

I can make the place where the DropDown arrow is stand out with CSS but then it's just a colored rectangle instead of an actual arrow and that's a good enough workaround for my purposes but I thought I would raise it here so you know it's missing.

This will make it show up, although not a proper arrow.

.dropdown arrow {
    background-color: gray;
}

I also tried:

widget.SetObjectProperty(`show-arrow`, true)

which didn't work and I'm not sure why.

@jgillich
Copy link
Contributor

The arrow is on by default. SetObjectProperty works too because I can use it to disable it. =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants