Home
last modified time | relevance | path

Searched refs:behindWindow (Results 1 – 7 of 7) sorted by relevance

/dports/science/cdf/cdf33_0-dist/src/tools/
H A Dtoolbox2.c350 WindowPtr behindWindow = (WindowPtr) -1; /* On top of all other windows. */ in InitMacSO() local
351 soWindowP = GetNewWindow (SOri, &wRecord, behindWindow); in InitMacSO()
H A Dwindoz.c2381 WindowPtr behindWindow = (WindowPtr) -1; in InitMacFSI() local
2382 fsiWindowP = GetNewWindow (FSIri, &wRecord, behindWindow); in InitMacFSI()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/amitools/data/fd/
H A Dintuition_lib.fd95 MoveWindowInFrontOf(window,behindWindow)(a0/a1)
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/win/
H A D_Winmodule.c576 WindowPtr behindWindow; in WinObj_SendBehind() local
581 WinObj_Convert, &behindWindow)) in WinObj_SendBehind()
584 behindWindow); in WinObj_SendBehind()
/dports/lang/python27/Python-2.7.18/Mac/Modules/win/
H A D_Winmodule.c576 WindowPtr behindWindow; in WinObj_SendBehind() local
581 WinObj_Convert, &behindWindow)) in WinObj_SendBehind()
584 behindWindow); in WinObj_SendBehind()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DMacWindows.pas4753 procedure SendBehind( window: WindowRef; behindWindow: WindowRef ); external name '_SendBehind';
/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/src/coreunits/
H A Dintuition.pas4129 PROCEDURE MoveWindowInFrontOf(window : pWindow location 'a0'; behindWindow : pWindow location 'a1')…