Re: [Boa Constr] wxMenu.Append nolonger has "checkable" parameter
Status: Beta
Brought to you by:
riaan
From: Bell J. <jbe...@ya...> - 2002-05-10 01:59:25
|
--- Seth Delackner <se...@jt...> wrote: > I'm using 0.1.0, and I wonder if the CVS version has > "fixed" this? In > the next release of wxPython (and the current (yes, > unstable) mac > version) the parameter has been replaced. Calling > append without named > parameters, ala Append(ID, 'text', 'help text', 1) > (1 for checkable) > works in both the old and new versions. I'm not > sure of any other > backwards-compatible fix. This isn't quite the case. Looking at the source (see src/defs.i for wxItemKind) the 'checkable' property has been replaced by the property 'kind' which can take on a wider range of values. I haven't checked yet if this has actually been updated in the docs, but it certainly hasn't been in the changes.txt file - sigh. Hence I don't know what the new 'kinds' are for. It just so happens that the values for a checkable item in both the old and new syntax happen to be 1. To answer your question re the CVS version, no it still conforms to the 2.3.2 model. Regards, John Bell > > > > > _______________________________________________________________ > > Have big pipes? SourceForge.net is looking for > download mirrors. We supply > the hardware. You get the recognition. Email Us: > ban...@so... > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users __________________________________________________ Do You Yahoo!? Yahoo! Shopping - Mother's Day is May 12th! http://shopping.yahoo.com |