Home | History | Annotate | Download | only in app

Lines Matching defs:inBounds

603     Rect inBounds;
610 PyMac_GetRect, &inBounds,
614 _err = DrawThemeMenuBarBackground(&inBounds,
1164 Rect inBounds;
1173 PyMac_GetRect, &inBounds,
1179 _err = DrawThemeButton(&inBounds,
1196 Rect inBounds;
1203 PyMac_GetRect, &inBounds,
1207 _err = GetThemeButtonRegion(&inBounds,
1221 Rect inBounds;
1229 PyMac_GetRect, &inBounds,
1233 _err = GetThemeButtonContentBounds(&inBounds,
1247 Rect inBounds;
1255 PyMac_GetRect, &inBounds,
1259 _err = GetThemeButtonBackgroundBounds(&inBounds,
1702 PyDoc_STR("(Rect inBounds, ThemeMenuBarState inState, UInt32 inAttributes) -> None")},
1750 PyDoc_STR("(Rect inBounds, UInt16 inKind, ThemeButtonDrawInfo inNewInfo, ThemeButtonDrawInfo inPrevInfo, UInt32 inUserData) -> None")},
1752 PyDoc_STR("(Rect inBounds, UInt16 inKind, ThemeButtonDrawInfo inNewInfo) -> None")},
1754 PyDoc_STR("(Rect inBounds, UInt16 inKind, ThemeButtonDrawInfo inDrawInfo) -> (Rect outBounds)")},
1756 PyDoc_STR("(Rect inBounds, UInt16 inKind, ThemeButtonDrawInfo inDrawInfo) -> (Rect outBounds)")},