Home
last modified time | relevance | path

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

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_corewxWindowIDRef.cpp59 if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWindowIDRef, &sipCpp)) in meth_wxWindowIDRef_GetValue()
96 if (sipParseArgs(&sipParseErr, sipArgs, "B", &sipSelf, sipType_wxWindowIDRef, &sipCpp)) in meth_wxWindowIDRef_GetId()
124 …nterpret_cast< ::wxWindowIDRef *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_wxWindowIDRef)); in slot_wxWindowIDRef___ge__()
157 return sipPySlotExtend(&sipModuleAPI__core, ge_slot, sipType_wxWindowIDRef, sipSelf, sipArg); in slot_wxWindowIDRef___ge__()
164 …nterpret_cast< ::wxWindowIDRef *>(sipGetCppPtr((sipSimpleWrapper *)sipSelf,sipType_wxWindowIDRef)); in slot_wxWindowIDRef___le__()
197 return sipPySlotExtend(&sipModuleAPI__core, le_slot, sipType_wxWindowIDRef, sipSelf, sipArg); in slot_wxWindowIDRef___le__()
237 return sipPySlotExtend(&sipModuleAPI__core, gt_slot, sipType_wxWindowIDRef, sipSelf, sipArg); in slot_wxWindowIDRef___gt__()
277 return sipPySlotExtend(&sipModuleAPI__core, lt_slot, sipType_wxWindowIDRef, sipSelf, sipArg); in slot_wxWindowIDRef___lt__()
317 return sipPySlotExtend(&sipModuleAPI__core, ne_slot, sipType_wxWindowIDRef, sipSelf, sipArg); in slot_wxWindowIDRef___ne__()
357 return sipPySlotExtend(&sipModuleAPI__core, eq_slot, sipType_wxWindowIDRef, sipSelf, sipArg); in slot_wxWindowIDRef___eq__()
[all …]
H A DsipAPI_core.h17328 #define sipType_wxWindowIDRef sipExportedTypes__core[577] macro