Hi,

With Wx 0.81 and wxWidgets 2.8.4, I get:

 $ perl -MWx=:everything -le 'print STDOUT wxTHICK_FRAME'
 Error while autoloading 'Wx::wxTHICK_FRAME' at -e line 1

Looking in the sources, it seems that wxTHICK_FRAME is defined-out as
of 2.7.

>From Constant.xs:

  #if WXPERL_W_VERSION_GE( 2, 5, 1 )
    ...
  #endif
  #if WXPERL_W_VERSION_LT( 2, 7, 0 )
    r( wxTHICK_FRAME );                 // frame dialog
  #endif
  #if WXPERL_W_VERSION_GE( 2, 5, 3 )
    ...

Is this official? wxTHICK_FRAME is still part of wxWidgets 2.8, as far
as I can see.

-- Johan

Reply via email to