Searched refs:TempWindow (Results 1 – 2 of 2) sorted by relevance
28 wxWindow * TempWindow = wxDynamicCast(Event.GetEventObject(),wxWindow); in ProcessEvent() local29 if(TempWindow) in ProcessEvent()31 wxAutoBufferedPaintDC DC(TempWindow); in ProcessEvent()33 TempWindow->GetClientSize(&w, &h); in ProcessEvent()51 wxWindow * TempWindow = wxDynamicCast(Event.GetEventObject(),wxWindow); in ProcessEvent() local52 if(TempWindow) in ProcessEvent()54 TempWindow->Refresh(); in ProcessEvent()
415 WindowRef TempWindow; in WriteQTMovie() local416 s = CreateNewWindow(kDocumentWindowClass, kWindowNoAttributes, &gRect, &TempWindow); in WriteQTMovie()476 DisposeWindow(TempWindow); in WriteQTMovie()