Discussion:
how to add more than one button (any widgets) in a cell (grid)
Nitin Bansal
2014-06-05 06:33:11 UTC
Permalink
if i am trying to add more than one button in a cell it overwrites previous
one.
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Xaviou
2014-06-05 15:33:18 UTC
Permalink
Hi
Post by Nitin Bansal
if i am trying to add more than one button in a cell it overwrites
previous one.
You can use an intermediate wxBoxSizer :

- you add all the needed controls to the wxBoxSizer
- then you add the wxBoxSizer to the wxGridSizer


Regards
Xav'
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Loading...