Home
last modified time | relevance | path

Searched refs:wxlua_setderivedmethod (Results 1 – 4 of 4) sorted by relevance

/dports/editors/rehex/rehex-0.4.0/wxLua/modules/wxlua/
H A Dwxllua.h592 WXDLLIMPEXP_WXLUA bool LUACALL wxlua_setderivedmethod(lua_State* L, void *obj_ptr,
H A Dwxlbind.cpp298 wxlua_setderivedmethod(L, obj_ptr, name, wxlObj); in wxlua_wxLuaBindClass__newindex()
H A Dwxllua.cpp2078 bool LUACALL wxlua_setderivedmethod(lua_State* L, void *obj_ptr, const char *method_name, wxLuaObje… in wxlua_setderivedmethod() function
H A Dwxlstate.cpp1535 return wxlua_setderivedmethod(M_WXLSTATEDATA->m_lua_State, obj_ptr, method_name, wxlObj); in SetDerivedMethod()