Searched refs:pClassSystemWindow (Results 1 – 2 of 2) sorted by relevance
/trunk/main/rsc/source/parser/ |
H A D | rscicpx.cxx | 353 RscTop * pClassSystemWindow; in InitClassSystemWindow() local 357 pClassSystemWindow = new RscClass( nId, RSC_SYSWINDOW, pSuper ); 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() [all …]
|
H A D | rscinit.cxx | 117 RscTop * pClassSystemWindow; in Init() local 459 pClassSystemWindow = InitClassSystemWindow( pClassWindow ); in Init() 461 pRoot->Insert( pClassSystemWindow ); in Init() 464 pClassWorkWindow = InitClassWorkWindow( pClassSystemWindow ); in Init() 470 RSC_DIALOG, pClassSystemWindow ); in Init() 863 pClassFloatingWindow = InitClassFloatingWindow( pClassSystemWindow, in Init()
|
Completed in 31 milliseconds