Searched refs:ControlObject (Results 1 – 1 of 1) sorted by relevance
141 typedef struct ControlObject { struct145 } ControlObject; argument149 ControlObject *it; in CtlObj_New()151 it = PyObject_NEW(ControlObject, &Control_Type); in CtlObj_New()166 *p_itself = ((ControlObject *)v)->ob_itself; in CtlObj_Convert()170 static void CtlObj_dealloc(ControlObject *self) in CtlObj_dealloc()177 static PyObject *CtlObj_HiliteControl(ControlObject *_self, PyObject *_args) in CtlObj_HiliteControl()194 static PyObject *CtlObj_ShowControl(ControlObject *_self, PyObject *_args) in CtlObj_ShowControl()208 static PyObject *CtlObj_HideControl(ControlObject *_self, PyObject *_args) in CtlObj_HideControl()222 static PyObject *CtlObj_IsControlActive(ControlObject *_self, PyObject *_args) in CtlObj_IsControlActive()[all …]