From: Ed H. <ed...@do...> - 2006-07-17 19:28:01
|
I ran across this here -- http://www.wxwidgets.org/manuals/2.6.3/wx_wxwindow.html#wxwindowinvalidatebestsize it looks like a very handy method for a control which changes its contents to use. I called it on a subclassed Wx::StaticText and it gave me "can't locate object method InvalidateBestSize via package 'DWx::DataLabel'".... Is it possible this hasn't been wrapped? Or has been wrapped but in newer versions than I'm using? I'm using WxPerl 0.26, wxWidgets 2.6.2. Thanks, Ed |