Home | History | Annotate | Download | only in app

Lines Matching refs:PyObject

21 static int ThemeButtonDrawInfo_Convert(PyObject *v, ThemeButtonDrawInfo *p_itself)
27 static PyObject *App_Error;
40 PyObject *ThemeDrawingStateObj_New(ThemeDrawingState itself)
46 return (PyObject *)it;
49 int ThemeDrawingStateObj_Convert(PyObject *v, ThemeDrawingState *p_itself)
63 self->ob_type->tp_free((PyObject *)self);
66 static PyObject *ThemeDrawingStateObj_SetThemeDrawingState(ThemeDrawingStateObject *_self, PyObject *_args)
68 PyObject *_res = NULL;
84 static PyObject *ThemeDrawingStateObj_DisposeThemeDrawingState(ThemeDrawingStateObject *_self, PyObject *_args)
86 PyObject *_res = NULL;
119 static PyObject *ThemeDrawingStateObj_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds)
121 PyObject *_self;
181 static PyObject *App_RegisterAppearanceClient(PyObject *_self, PyObject *_args)
183 PyObject *_res = NULL;
197 static PyObject *App_UnregisterAppearanceClient(PyObject *_self, PyObject *_args)
199 PyObject *_res = NULL;
213 static PyObject *App_SetThemePen(PyObject *_self, PyObject *_args)
215 PyObject *_res = NULL;
237 static PyObject *App_SetThemeBackground(PyObject *_self, PyObject *_args)
239 PyObject *_res = NULL;
261 static PyObject *App_SetThemeTextColor(PyObject *_self, PyObject *_args)
263 PyObject *_res = NULL;
285 static PyObject *App_SetThemeWindowBackground(PyObject *_self, PyObject *_args)
287 PyObject *_res = NULL;
309 static PyObject *App_DrawThemeWindowHeader(PyObject *_self, PyObject *_args)
311 PyObject *_res = NULL;
330 static PyObject *App_DrawThemeWindowListViewHeader(PyObject *_self, PyObject *_args)
332 PyObject *_res = NULL;
351 static PyObject *App_DrawThemePlacard(PyObject *_self, PyObject *_args)
353 PyObject *_res = NULL;
372 static PyObject *App_DrawThemeEditTextFrame(PyObject *_self, PyObject *_args)
374 PyObject *_res = NULL;
393 static PyObject *App_DrawThemeListBoxFrame(PyObject *_self, PyObject *_args)
395 PyObject *_res = NULL;
414 static PyObject *App_DrawThemeFocusRect(PyObject *_self, PyObject *_args)
416 PyObject *_res = NULL;
435 static PyObject *App_DrawThemePrimaryGroup(PyObject *_self, PyObject *_args)
437 PyObject *_res = NULL;
456 static PyObject *App_DrawThemeSecondaryGroup(PyObject *_self, PyObject *_args)
458 PyObject *_res = NULL;
477 static PyObject *App_DrawThemeSeparator(PyObject *_self, PyObject *_args)
479 PyObject *_res = NULL;
498 static PyObject *App_DrawThemeModelessDialogFrame(PyObject *_self, PyObject *_args)
500 PyObject *_res = NULL;
519 static PyObject *App_DrawThemeGenericWell(PyObject *_self, PyObject *_args)
521 PyObject *_res = NULL;
543 static PyObject *App_DrawThemeFocusRegion(PyObject *_self, PyObject *_args)
545 PyObject *_res = NULL;
562 static PyObject *App_IsThemeInColor(PyObject *_self, PyObject *_args)
564 PyObject
582 static PyObject *App_GetThemeAccentColors(PyObject *_self, PyObject *_args)
584 PyObject *_res = NULL;
599 static PyObject *App_DrawThemeMenuBarBackground(PyObject *_self, PyObject *_args)
601 PyObject *_res = NULL;
623 static PyObject *App_GetThemeMenuBarHeight(PyObject *_self, PyObject *_args)
625 PyObject *_res = NULL;
640 static PyObject *App_DrawThemeMenuBackground(PyObject *_self, PyObject *_args)
642 PyObject *_res = NULL;
661 static PyObject *App_GetThemeMenuBackgroundRegion(PyObject *_self, PyObject *_args)
663 PyObject *_res = NULL;
683 static PyObject *App_DrawThemeMenuSeparator(PyObject *_self, PyObject *_args)
685 PyObject *_res = NULL;
701 static PyObject *App_GetThemeMenuSeparatorHeight(PyObject *_self, PyObject *_args)
703 PyObject *_res = NULL;
718 static PyObject *App_GetThemeMenuItemExtra(PyObject *_self, PyObject *_args)
720 PyObject *_res = NULL;
741 static PyObject *App_GetThemeMenuTitleExtra(PyObject *_self, PyObject *_args)
743 PyObject *_res = NULL;
761 static PyObject *App_DrawThemeTabPane(PyObject *_self, PyObject *_args)
763 PyObject *_res = NULL;
782 static PyObject *App_GetThemeTabRegion(PyObject *_self, PyObject *_args)
784 PyObject *_res = NULL;
807 static PyObject *App_SetThemeCursor(PyObject *_self, PyObject *_args)
809 PyObject *_res = NULL;
825 static PyObject *App_SetAnimatedThemeCursor(PyObject *_self, PyObject *_args)
827 PyObject *_res = NULL;
846 static PyObject *App_GetThemeScrollBarThumbStyle(PyObject *_self, PyObject *_args)
848 PyObject *_res = NULL;
863 static PyObject *App_GetThemeScrollBarArrowStyle(PyObject *_self, PyObject *_args)
865 PyObject *_res = NULL;
880 static PyObject *App_GetThemeCheckBoxStyle(PyObject *_self, PyObject *_args)
882 PyObject *_res = NULL;
897 static PyObject *App_UseThemeFont(PyObject *_self, PyObject *_args)
899 PyObject *_res = NULL;
918 static PyObject *App_DrawThemeTextBox(PyObject *_self, PyObject *_args)
920 PyObject *_res = NULL;
952 static PyObject *App_TruncateThemeText(PyObject *_self, PyObject *_args)
954 PyObject *_res = NULL;
984 static PyObject *App_GetThemeTextDimensions(PyObject *_self, PyObject *_args)
986 PyObject *_res = NULL;
1017 static PyObject *App_GetThemeTextShadowOutset(PyObject *_self, PyObject *_args)
1019 PyObject *_res = NULL;
1040 static PyObject *App_DrawThemeScrollBarArrows(PyObject *_self, PyObject *_args)
1042 PyObject *_res = NULL;
1069 static PyObject *App_GetThemeScrollBarTrackRect(PyObject *_self, PyObject *_args)
1071 PyObject *_res = NULL;
1098 static PyObject *App_HitTestThemeScrollBarArrows(PyObject *_self, PyObject *_args)
1100 PyObject *_res = NULL;
1133 static PyObject *App_DrawThemeScrollBarDelimiters(PyObject *_self, PyObject *_args)
1135 PyObject *_res = NULL;
1160 static PyObject *App_DrawThemeButton(PyObject *_self, PyObject *_args)
1162 PyObject *_res = NULL;
1192 static PyObject *App_GetThemeButtonRegion(PyObject *_self, PyObject *_args)
1194 PyObject *_res = NULL;
1217 static PyObject *App_GetThemeButtonContentBounds(PyObject *_self, PyObject *_args)
1219 PyObject *_res = NULL;
1243 static PyObject *App_GetThemeButtonBackgroundBounds(PyObject *_self, PyObject *_args)
1245 PyObject *_res = NULL;
1269 static PyObject *App_PlayThemeSound(PyObject *_self, PyObject *_args)
1271 PyObject *_res = NULL;
1287 static PyObject *App_BeginThemeDragSound(PyObject *_self, PyObject *_args)
1289 PyObject *_res = NULL;
1305 static PyObject *App_EndThemeDragSound(PyObject *_self, PyObject *_args)
1307 PyObject *_res = NULL;
1321 static PyObject *App_DrawThemeTickMark(PyObject *_self, PyObject *_args)
1323 PyObject *_res = NULL;
1342 static PyObject *App_DrawThemeChasingArrows(PyObject *_self, PyObject *_args)
1344 PyObject *_res = NULL;
1370 static PyObject *App_DrawThemePopupArrow(PyObject *_self, PyObject *_args)
1372 PyObject *_res = NULL;
1401 static PyObject *App_DrawThemeStandaloneGrowBox(PyObject *_self, PyObject *_args)
1403 PyObject *_res = NULL;
1428 static PyObject *App_DrawThemeStandaloneNoGrowBox(PyObject *_self, PyObject *_args)
1430 PyObject *_res = NULL;
1455 static PyObject *App_GetThemeStandaloneGrowBoxBounds(PyObject *_self, PyObject *_args)
1457 PyObject *_res = NULL;
1481 static PyObject *App_NormalizeThemeDrawingState(PyObject *_self, PyObject *_args)
1483 PyObject *_res = NULL;
1497 static PyObject *App_GetThemeDrawingState(PyObject *_self, PyObject *_args)
1499 PyObject *_res = NULL;
1514 static PyObject *App_ApplyThemeBackground(PyObject *_self, PyObject *_args)
1516 PyObject *_res = NULL;
1544 static PyObject *App_SetThemeTextColorForWindow(PyObject *_self, PyObject *_args)
1546 PyObject *_res = NULL;
1571 static PyObject *App_IsValidAppearanceFileType(PyObject *_self, PyObject *_args)
1573 PyObject *_res = NULL;
1588 static PyObject *App_GetThemeBrushAsColor(PyObject *_self, PyObject *_args)
1590 PyObject *_res = NULL;
1614 static PyObject *App_GetThemeTextColor(PyObject *_self, PyObject *_args)
1616 PyObject *_res = NULL;
1640 static PyObject *App_GetThemeMetric(PyObject *_self, PyObject *_args)
1642 PyObject *_res = NULL;
1806 PyObject *m;
1808 PyObject *d;
1822 PyModule_AddObject(m, "ThemeDrawingState", (PyObject *)&ThemeDrawingState_Type);
1825 PyModule_AddObject(m, "ThemeDrawingStateType", (PyObject *)&ThemeDrawingState_Type);