On 6/12/07, Hakki Dogusan <[EMAIL PROTECTED]> wrote: > Hi, > > John Labenski wrote: > > 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 > > > > Do you want to put them in a sub table as wx.wxstc or only wxstc? > > Either way is ok with me. > > I applied -two days ago'- changes to BookWorm; no problem here. > Thanks for your efforts!
Humm, I hadn't thought of wx.wxstc.XXX, but no, I think just wxstc.XXX should be Ok as I can't think of anything else called wxstc. Eventually I'd like to have this... wxlua.XXX = binding introspection, and internal wxlua stuff that you may want even if you don't use wxWidgets (i.e. you don't install the wx table at all for whatever reason). wx.XXX = wxWidgets wxstc.XXX = wxStyledTextCtrl only wxaui.XXX = wxAUI library (todo) ??? I'd also like to add the "bitlib" library since every now and again I really need to deal with logical bit functions and adding and subtracting is ugly. It's tiny and I think I'll just add it as the original lib does, in the table "bit". http://rrt.sc3d.org/Software/Lua/ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/wxlua-users
