Just got a current version of both widgets and wxlua

Compiled and tested my code with current version. 
I added some dynamic cast for event as documented in the readme file.

great.

A few minor problems

in function
static int LUACALL wxLua_wxAuiTabCtrl_IsDragging(lua_State *L)

bool returns = (self->IsDragging()); 

failed to compile IsDragging was not found by the compiler.

also

        { "wxAUI_NB_MIDDLE_CLICK_CLOSE", wxAUI_NB_MIDDLE_CLICK_CLOSE },

wxAUI_NB_MIDDLE_CLICK_CLOSE  seems to be missing.

Otherwise it is all great

Thanks 

Andre

PS: Using vc6 in dev studio 3




-------------------------------------------------------------------------
SF.Net email is sponsored by:
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
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to