Home
last modified time | relevance | path

Searched refs:GetThemeStandaloneGrowBoxBounds (Results 1 – 3 of 3) sorted by relevance

/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/app/
H A D_Appmodule.c1463 #ifndef GetThemeStandaloneGrowBoxBounds in App_GetThemeStandaloneGrowBoxBounds()
1464 PyMac_PRECHECK(GetThemeStandaloneGrowBoxBounds); in App_GetThemeStandaloneGrowBoxBounds()
1471 _err = GetThemeStandaloneGrowBoxBounds(origin, in App_GetThemeStandaloneGrowBoxBounds()
/dports/lang/python27/Python-2.7.18/Mac/Modules/app/
H A D_Appmodule.c1463 #ifndef GetThemeStandaloneGrowBoxBounds in App_GetThemeStandaloneGrowBoxBounds()
1464 PyMac_PRECHECK(GetThemeStandaloneGrowBoxBounds); in App_GetThemeStandaloneGrowBoxBounds()
1471 _err = GetThemeStandaloneGrowBoxBounds(origin, in App_GetThemeStandaloneGrowBoxBounds()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DAppearance.pas4628 function GetThemeStandaloneGrowBoxBounds( origin: Point; growDirection: ThemeGrowDirection; isSmall… in GetThemeStandaloneGrowBoxBounds() function