Continuing my learning of wxWidgets, i tried to "play" with wxGridSizer yesterday. So I've created a GridSizer (Columns and Rows) to add wxStaticText.
Then i'd a problem to choose the cell to put my wxStaticText...
I use wxGlade to re-create the same and generate the code, one time with my wxStaticText in cell 0, the next with wxStaticText in cell 4 (for example), but the generated code is point to point the same !!
however in wxGlade I can choose, in field "pos" where my wxStaticText will be insert...
(Hoo sorry my english is so basic, i hope you will understand me)
How can I perform the same (choose the cell) with wxWidgets ???