Searched refs:IBNibRefObject (Results 1 – 1 of 1) sorted by relevance
25 typedef struct IBNibRefObject { struct28 } IBNibRefObject; typedef32 IBNibRefObject *it; in IBNibRefObj_New()33 it = PyObject_NEW(IBNibRefObject, &IBNibRef_Type); in IBNibRefObj_New()46 *p_itself = ((IBNibRefObject *)v)->ob_itself; in IBNibRefObj_Convert()50 static void IBNibRefObj_dealloc(IBNibRefObject *self) in IBNibRefObj_dealloc()56 static PyObject *IBNibRefObj_CreateWindowFromNib(IBNibRefObject *_self, PyObject *_args) in IBNibRefObj_CreateWindowFromNib()74 static PyObject *IBNibRefObj_CreateMenuFromNib(IBNibRefObject *_self, PyObject *_args) in IBNibRefObj_CreateMenuFromNib()92 static PyObject *IBNibRefObj_CreateMenuBarFromNib(IBNibRefObject *_self, PyObject *_args) in IBNibRefObj_CreateMenuBarFromNib()110 static PyObject *IBNibRefObj_SetMenuBarFromNib(IBNibRefObject *_self, PyObject *_args) in IBNibRefObj_SetMenuBarFromNib()[all …]