Lines Matching defs:outStyle
850 ThemeScrollBarThumbStyle outStyle;
856 _err = GetThemeScrollBarThumbStyle(&outStyle);
859 outStyle);
867 ThemeScrollBarArrowStyle outStyle;
873 _err = GetThemeScrollBarArrowStyle(&outStyle);
876 outStyle);
884 ThemeCheckBoxStyle outStyle;
890 _err = GetThemeCheckBoxStyle(&outStyle);
893 outStyle);
1726 PyDoc_STR("() -> (ThemeScrollBarThumbStyle outStyle)")},
1728 PyDoc_STR("() -> (ThemeScrollBarArrowStyle outStyle)")},
1730 PyDoc_STR("() -> (ThemeCheckBoxStyle outStyle)")},