Home
last modified time | relevance | path

Searched defs:wxluatype (Results 1 – 2 of 2) sorted by relevance

/dports/editors/rehex/rehex-0.4.0/wxLua/modules/wxlua/
H A Dwxlbind.h221 int* wxluatype; // wxLua class type that wxWidgets uses for this wxEventType, member
232 int* wxluatype; // wxLua class type of the object or pointer. member
250 int* wxluatype; // wxLua class type for userdata member
H A Dwxlbind.cpp1139 int wxluatype = wxluatype_; // create a local var to get the address of in GetBindClass() local
1249 const wxLuaBindClass* wxLuaBinding::FindBindClass(int wxluatype) in FindBindClass()