Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dstudiox.cpp270 splash_screen *splash = new splash_screen(TRUE); in InitInstance() local
271 splash->CreateEx(0, splash_class_name, NULL, in InitInstance()
273 tag_status = splash->RunModalLoop(); in InitInstance()
274 splash->DestroyWindow(); in InitInstance()
275 delete splash; in InitInstance()
449 splash_screen *splash = new splash_screen(FALSE); in OnAppAbout() local
450 splash->CreateEx(0, splash_class_name, NULL, in OnAppAbout()
452 splash->RunModalLoop(); in OnAppAbout()
453 splash->DestroyWindow(); in OnAppAbout()
454 delete splash; in OnAppAbout()