Home
last modified time | relevance | path

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

/dports/editors/rehex/rehex-0.4.0/wxLua/modules/wxlua/
H A Dwxlbind.h366 …bool HaswxLuaType(int wxl_type) const { return (wxl_type >= m_first_wxluatype) && (wxl_type <= m_l… in HaswxLuaType()
468 int m_first_wxluatype; // The first wxLua type allocated for a class variable
H A Dwxlbind.cpp746 m_first_wxluatype(WXLUA_TUNKNOWN), in wxLuaBinding()
777 m_first_wxluatype = *m_classArray[0].wxluatype; in InitBinding()