Problems with resizeable columns and wxGTK 3.0.2

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
specing
Earned a small fee
Earned a small fee
Posts: 12
Joined: Thu Mar 08, 2018 11:44 pm

Problems with resizeable columns and wxGTK 3.0.2

Post by specing »

Has anyone else experienced issues with mixing fixed-width and resizeable columns in the same wxDataViewCtrl and has managed to find a solution? It seems that whenever I set one column as fixed-width, ALL the columns become fixed-width. Furthermore, the dataview sample included in wxwidgets 3.0.0 according to the code defaults to all columns resizeable for its second pane (MyListModel), but I cannot resize any of them.
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7459
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: Problems with resizeable columns and wxGTK 3.0.2

Post by ONEEYEMAN »

Hi,
Which OS did you try it on?
What is the exact GTK+ version?

Thank you.
specing
Earned a small fee
Earned a small fee
Posts: 12
Joined: Thu Mar 08, 2018 11:44 pm

Re: Problems with resizeable columns and wxGTK 3.0.2

Post by specing »

OS: Gentoo GNU/Linux
wxw: x11-libs/wxGTK-3.0.2.0-r2:3.0
GTK+: x11-libs/gtk+-2.24.31-r1 (according to ldd on /usr/lib64/libwx_gtk2u_core-3.0.so.0, x11-libs/gtk+-3.22.15 is installed as well).

ldd dataview | grep -i gtk
libwx_gtk2u_adv-3.0.so.0 => /usr/lib64/libwx_gtk2u_adv-3.0.so.0 (0x0000032b4060d000)
libwx_gtk2u_core-3.0.so.0 => /usr/lib64/libwx_gtk2u_core-3.0.so.0 (0x0000032b3fc9d000)
libgtk-x11-2.0.so.0 => /usr/lib64/libgtk-x11-2.0.so.0 (0x0000032b3f0cf000)
specing
Earned a small fee
Earned a small fee
Posts: 12
Joined: Thu Mar 08, 2018 11:44 pm

Re: Problems with resizeable columns and wxGTK 3.0.2

Post by specing »

Any ideas as to what could be wrong?
Post Reply