Searched refs:theWindow (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacscreen.c46 static WindowPtr theWindow; variable
85 theWindow = GetNewWindow(screenWindow, nil, (WindowPtr)(-1));
89 SetWTitle(theWindow, (StringPtr)Title);
93 ShowWindow(theWindow);
95 SetPort(theWindow);
106 screenWidth = (theWindow->portRect.right - theWindow->portRect.left - 10) /
108 screenHeight = (theWindow->portRect.bottom - theWindow->portRect.top) /
113 SetRect(&scrollRect, theWindow
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddnd.cpp327 DragTrackingMessage theMessage, WindowPtr theWindow,
330 WindowPtr theWindow, void *handlerRefCon,
350 DragTrackingMessage theMessage, WindowPtr theWindow,
360 wxTopLevelWindowMac* toplevel = wxFindWinFromMacWindow( theWindow );
387 wxMacGlobalToLocal( theWindow, &localMouse );
393 toplevel, localMouse, theWindow, &controlPart );
523 WindowPtr theWindow,
536 wxMacGlobalToLocal( theWindow, &localMouse );
349 wxMacWindowDragTrackingHandler( DragTrackingMessage theMessage, WindowPtr theWindow, void *handlerRefCon, DragReference theDrag ) argument
522 wxMacWindowDragReceiveHandler( WindowPtr theWindow, void *handlerRefCon, DragReference theDrag) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddnd.cpp412 pascal OSErr wxMacWindowDragTrackingHandler(DragTrackingMessage theMessage, WindowPtr theWindow,
414 pascal OSErr wxMacWindowDragReceiveHandler(WindowPtr theWindow, void *handlerRefCon,
432 pascal OSErr wxMacWindowDragTrackingHandler(DragTrackingMessage theMessage, WindowPtr theWindow, argument
439 wxTopLevelWindowMac* toplevel = wxFindWinFromMacWindow( (WXWindow) theWindow ) ;
565 // MyTrackItemUnderMouse(localMouse, theWindow);
581 pascal OSErr wxMacWindowDragReceiveHandler(WindowPtr theWindow, argument
H A Duma.cpp555 WindowRef theWindow = GetControlOwner(inControl) ; local
556 wxMacPortStateHelper help( (GrafPtr) GetWindowPort(theWindow) ) ;
558 GetWindowUpdateRgn( theWindow , updateRgn ) ;
563 InvalWindowRgn( theWindow, updateRgn) ;
H A Dtextctrl.cpp511 WindowRef theWindow; local
537 theWindow = varsp->fOwner = GetControlOwner(theControl);
539 varsp->fDrawingEnvironment = (GrafPtr) GetWindowPort(theWindow);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dprivate.h94 wxMacDrawingHelper( wxWindowMac * theWindow , bool clientArea = false ) ;

Completed in 87 milliseconds