Home
last modified time | relevance | path

Searched refs:WXLUAMETHOD_CFUNCTION (Results 1 – 3 of 3) sorted by relevance

/dports/editors/rehex/rehex-0.4.0/wxLua/bindings/wxlua/
H A Dwxlua.i86 WXLUAMETHOD_CFUNCTION, // global C function (not part of a class) enumerator
/dports/editors/rehex/rehex-0.4.0/wxLua/modules/wxlua/
H A Dwxlbind.h144 WXLUAMETHOD_CFUNCTION = 0x0004, // global C function (not part of a class) enumerator
H A Dwxlbind.cpp638 !WXLUA_HASBIT(wxluacfuncs[i].method_type, WXLUAMETHOD_CFUNCTION)) in wxlua_getBindMethodArgsMsg()
1072 …if (WXLUA_HASBIT(wxlMethod->method_type, WXLUAMETHOD_CONSTRUCTOR | WXLUAMETHOD_CFUNCTION) && wxlMe… in InstallClass()