Hello, I've started writing a program using wxLua. It's a great tool, and I use it with pleasure! But.. I've found that some methods from wxWidgets are unavailable in wxLua (and not documented as such): e.g.. wxFileName::RemoveLastDir() wxFileName::GetPathWithSep(wxPathFormat format = wxPATH_NATIVE) or wxMenuItem::SetItemLabel(const wxString& label) -- available is only ::SetText which is marked in wxWidgets documentation as deprecated.
Are wxLua bindings synchronized with wxWidgets in any automatic way? What is best way to report such remarks? Did you prefer just such email, or diff on a *.i files? Best Regards PiotrS. -- Piotr Strzelczyk Sopot, Poland e-mail: [EMAIL PROTECTED]; skype: piotrstrz ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ wxlua-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxlua-users
