Home
last modified time | relevance | path

Searched refs:currentNew (Results 1 – 6 of 6) sorted by relevance

/dports/devel/php-ice37/ice-3.7.2/python/modules/IcePy/
H A DCurrent.cpp52 currentNew(PyTypeObject* type, PyObject* /*args*/, PyObject* /*kwds*/) in currentNew() function
306 reinterpret_cast<newfunc>(currentNew), /* tp_new */
335 CurrentObject* obj = currentNew(&CurrentType, 0, 0); in createCurrent()
/dports/devel/ice37/ice-3.7.2/python/modules/IcePy/
H A DCurrent.cpp52 currentNew(PyTypeObject* type, PyObject* /*args*/, PyObject* /*kwds*/) in currentNew() function
306 reinterpret_cast<newfunc>(currentNew), /* tp_new */
335 CurrentObject* obj = currentNew(&CurrentType, 0, 0); in createCurrent()
/dports/devel/py-ice37/ice-3.7.2/python/modules/IcePy/
H A DCurrent.cpp52 currentNew(PyTypeObject* type, PyObject* /*args*/, PyObject* /*kwds*/) in currentNew() function
306 reinterpret_cast<newfunc>(currentNew), /* tp_new */
335 CurrentObject* obj = currentNew(&CurrentType, 0, 0); in createCurrent()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/univ/
H A Dmenu.cpp2084 int currentNew = GetMenuFromPoint(pt); in ProcessMouseEvent() local
2085 if ( (currentNew == -1) || (currentNew == m_current) ) in ProcessMouseEvent()
2091 DoSelectMenu(currentNew); in ProcessMouseEvent()
2175 size_t currentNew = (size_t)m_current; in OnKeyDown() local
2179 if ( currentNew-- == 0 ) in OnKeyDown()
2180 currentNew = count - 1; in OnKeyDown()
2184 if ( ++currentNew == count ) in OnKeyDown()
2185 currentNew = 0; in OnKeyDown()
2188 DoSelectMenu(currentNew); in OnKeyDown()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/univ/
H A Dmenu.cpp2084 int currentNew = GetMenuFromPoint(pt); in ProcessMouseEvent() local
2085 if ( (currentNew == -1) || (currentNew == m_current) ) in ProcessMouseEvent()
2091 DoSelectMenu(currentNew); in ProcessMouseEvent()
2175 size_t currentNew = (size_t)m_current; in OnKeyDown() local
2179 if ( currentNew-- == 0 ) in OnKeyDown()
2180 currentNew = count - 1; in OnKeyDown()
2184 if ( ++currentNew == count ) in OnKeyDown()
2185 currentNew = 0; in OnKeyDown()
2188 DoSelectMenu(currentNew); in OnKeyDown()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/univ/
H A Dmenu.cpp2162 int currentNew = GetMenuFromPoint(pt); in ProcessMouseEvent() local
2163 if ( (currentNew == -1) || (currentNew == m_current) ) in ProcessMouseEvent()
2169 DoSelectMenu(currentNew); in ProcessMouseEvent()
2253 size_t currentNew = (size_t)m_current; in OnKeyDown() local
2257 if ( currentNew-- == 0 ) in OnKeyDown()
2258 currentNew = count - 1; in OnKeyDown()
2262 if ( ++currentNew == count ) in OnKeyDown()
2263 currentNew = 0; in OnKeyDown()
2266 DoSelectMenu(currentNew); in OnKeyDown()