wxChoice a problem.

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
palikem
Experienced Solver
Experienced Solver
Posts: 69
Joined: Sat Oct 28, 2017 9:33 am
Location: Slovensko

wxChoice a problem.

Post by palikem »

Hi all, so again I have a problem.

GetColumns () still returns a value of 1.
SetColumns (5) also does not change anything in wxChoice.

Thanks for the advice....
User avatar
doublemax
Moderator
Moderator
Posts: 19160
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: wxChoice a problem.

Post by doublemax »

Check the docs for wxChoice::SetColumns():
This is implemented for GTK and Motif only and doesn’t do anything under other platforms.
Use the source, Luke!
palikem
Experienced Solver
Experienced Solver
Posts: 69
Joined: Sat Oct 28, 2017 9:33 am
Location: Slovensko

Re: wxChoice a problem.

Post by palikem »

It is possible to integrate GTK into wxDevC ++ 7.4.2
Post Reply