HomeSort by relevance Sort by last modified time
    Searched refs:ThemeDrawingState (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Mac/Modules/app/
appsupport.py 11 OBJECTNAME = 'ThemeDrawingState' # The basic name of the objects used here
113 ThemeDrawingState = OpaqueByValueType("ThemeDrawingState", "ThemeDrawingStateObj")
_Appmodule.c 29 /* ----------------- Object type ThemeDrawingState ------------------ */
37 ThemeDrawingState ob_itself;
40 PyObject *ThemeDrawingStateObj_New(ThemeDrawingState itself)
49 int ThemeDrawingStateObj_Convert(PyObject *v, ThemeDrawingState *p_itself)
53 PyErr_SetString(PyExc_TypeError, "ThemeDrawingState required");
122 ThemeDrawingState itself;
137 "_App.ThemeDrawingState", /*tp_name*/
178 /* --------------- End object type ThemeDrawingState ---------------- */
    [all...]

Completed in 71 milliseconds