Lines Matching refs:pClassSystemWindow
353 RscTop * pClassSystemWindow; in InitClassSystemWindow() local
357 pClassSystemWindow = new RscClass( nId, RSC_SYSWINDOW, pSuper ); in InitClassSystemWindow()
358 pClassSystemWindow->SetCallPar( *pWinPar1, *pWinPar2, *pWinParType ); in InitClassSystemWindow()
359 aNmTb.Put( nId, CLASSNAME, pClassSystemWindow ); in InitClassSystemWindow()
361 INS_WINBIT(pClassSystemWindow,Sizeable) in InitClassSystemWindow()
362 INS_WINBIT(pClassSystemWindow,Moveable) in InitClassSystemWindow()
363 InsWinBit( pClassSystemWindow, "Minable", nMinimizeId ); in InitClassSystemWindow()
364 InsWinBit( pClassSystemWindow, "Maxable", nMaximizeId ); in InitClassSystemWindow()
365 INS_WINBIT(pClassSystemWindow,Closeable) in InitClassSystemWindow()
366 INS_WINBIT(pClassSystemWindow,App) in InitClassSystemWindow()
367 INS_WINBIT(pClassSystemWindow,SysWin) in InitClassSystemWindow()
369 return pClassSystemWindow ; in InitClassSystemWindow()