|
From: <E....@br...> - 2009-04-08 12:31:19
|
This would be a first step in simplifying the auto-generation of the wxcore stuff. One thing I'm wondering though is do we really have to define these in Eiffel? If we could rewrite them in C, it would make things feel a little less exotic. Better yet, some of these constants appear to be defined in /usr/include/wx-2.8 anyway. Could we teach wxdirect to parse those files (for example, teach it what enumerations are) directly so that we avoid duplicating information and having to modify our constants lists by hand? Wed Apr 8 13:16:09 BST 2009 Eric Kow <E....@br...> * Remove seemingly unused wxEiffel definitions. These are ignored by wxdirect anyway. |