Home
last modified time | relevance | path

Searched refs:wxlDestroyCallBack (Results 1 – 2 of 2) sorted by relevance

/dports/editors/rehex/rehex-0.4.0/wxLua/modules/wxlua/debug/
H A Dwxldebug.cpp410 … wxLuaWinDestroyCallback* wxlDestroyCallBack = (wxLuaWinDestroyCallback*)lua_touserdata(L, -1); in EnumerateTable() local
411 … wxCHECK_MSG(wxlDestroyCallBack, count, wxT("Invalid wxLuaWinDestroyCallback")); in EnumerateTable()
413 wxString s(wxlDestroyCallBack->GetInfo()); in EnumerateTable()
/dports/editors/rehex/rehex-0.4.0/wxLua/modules/wxlua/
H A Dwxlstate.cpp1336 … wxLuaWinDestroyCallback* wxlDestroyCallBack = (wxLuaWinDestroyCallback*)lua_touserdata(L, -1); in GetTrackedWinDestroyCallbackInfo() local
1337 wxCHECK_MSG(wxlDestroyCallBack, names, wxT("Invalid wxLuaWinDestroyCallback")); in GetTrackedWinDestroyCallbackInfo()
1339 names.Add(wxlDestroyCallBack->GetInfo()); in GetTrackedWinDestroyCallbackInfo()