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

No expanders and sort arrows in Gtk4 TreeView widget #1273

Open
stsdc opened this issue Nov 26, 2023 · 1 comment
Open

No expanders and sort arrows in Gtk4 TreeView widget #1273

stsdc opened this issue Nov 26, 2023 · 1 comment

Comments

@stsdc
Copy link

stsdc commented Nov 26, 2023

What Happened?

After I moved my app to Gtk4 I found out that TreeView widget does not display expanders and sort arrows, despite show-expanders=true. When I uncheck this property it jumps to the left 1-2px, so it feels like there is no asset (?).
Also worth to mention that if I do Adw.init(); they appear, but I'm having some Adwaita style elements appear on top of the elementary style.

Steps to Reproduce

Example Python code to reproduce the issue in the attached file.
expanders.txt

Expected Behavior

Gtk4 vs Gtk3
obraz
obraz

OS Version

7.x (Horus)

Software Version

Latest release (I have run all updates)

Log Output

No response

Hardware Info

No response

@danirabbit
Copy link
Member

Gtk.TreeView is deprectated since Gtk 4.10 so I'm not sure it's worth adding additional support for it since it shouldn't be used anymore.

If someone else wants to provide a branch, I don't mind merging it, but not a priority for me. Sorry!

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