The wxStyledTextCtrl is a separate module that can be compiled in or
not and is currently put into the "wx" table along with everything
else. It's a rather large binding, only 2 classes, but 1268 defines,
and 26 event types.

I think it'd be best to move it since it's a fairly specialized class
and big enough to warrant that the defines for it are kept with it. In
fact, it'll arguably make your code more readable because it'll be
more obvious what's what. I don't believe that anything that would be
put into the "wxstc" table would ever be needed by anything in the
"wx" table unless something really strange happens to wxWidgets.

Eventually I'd like to add the wxAUI classes and whatnot, and again,
it's a fairly sizeable library, and everything for the "wxaui" table
would be exclusive to it and not be used by anything in the "wx"
table.

Regards,
    John Labenski

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to