RE: [Boa Constr] newbie question -- using Boa for creating a drawing canvas
Status: Beta
Brought to you by:
riaan
From: John B. <joh...@om...> - 2002-07-04 04:54:20
|
Thanks for the help John. But I see (at least) one more problem. Does anyone have a suggestion? I can build a canvas class as a derived class of one of the container classes, maintaining the same initialisation signature as the container class and then using it as a Custom Class, as suggested, but it produces errors because the wxShapeCanvas widget that I need to use does not take "name=..." in its constructor. Because all the other containers do, they would all produce an error. Short of hand typing the whole thing in for the widget, does anyone have a suggestion as to how to get around the "name=..." problem in defining the new constructor? John |