Re: How to set size and pos of wxrichtext control ?
- Posted by mattlewis (admin) Jul 05, 2009
- 1002 views
vmars said...
vmars said...
Evidently, '-1' means 'default value'. How/where can I find out what are these default values?. Thanks! ...V
Evidently, '-1' means 'default value'.
How/where can I find out what are these default values?.
Thanks! ...V
Probably the only way is to either experiment or look at the wxWidgets source code. If you're interested in something specific, I'd say to make it explicit. If you're just going to let a sizer deal with the size, then just use the default, since the starting size doesn't really matter.
Matt