Home
last modified time | relevance | path

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

/dports/editors/rehex/rehex-0.4.0/wxLua/modules/wxlua/
H A Dwxlcallb.cpp296 wxLuaEventCallback* wxlCallback = (wxLuaEventCallback*)lua_touserdata(L, -2); in OnDestroy() local
297 wxCHECK_RET(wxlCallback, wxT("Invalid wxLuaEventCallback")); in OnDestroy()
299 if ((wxlCallback->GetEvtHandler() == evtHandler) || in OnDestroy()
300 (wxlCallback->GetEvtHandler() == (wxEvtHandler*)m_window)) in OnDestroy()
304 wxluaR_unref(L, wxlCallback->GetLuaFuncRef(), &wxlua_lreg_refs_key); in OnDestroy()
305 wxlCallback->ClearwxLuaState(); in OnDestroy()
H A Dwxlstate.cpp1277 wxLuaEventCallback* wxlCallback = (wxLuaEventCallback*)lua_touserdata(L, -2); in GetTrackedEventCallbackInfo() local
1278 wxCHECK_MSG(wxlCallback, names, wxT("Invalid wxLuaEventCallback")); in GetTrackedEventCallbackInfo()
1280 names.Add(wxlCallback->GetInfo()); in GetTrackedEventCallbackInfo()
/dports/editors/rehex/rehex-0.4.0/wxLua/modules/wxlua/debug/
H A Dwxldebug.cpp400 … wxLuaEventCallback* wxlCallback = (wxLuaEventCallback*)lua_touserdata(L, -2); in EnumerateTable() local
401 wxCHECK_MSG(wxlCallback, count, wxT("Invalid wxLuaEventCallback")); in EnumerateTable()
403 wxString s(wxlCallback->GetInfo()); in EnumerateTable()