Searched defs:createWindow (Results 1 - 3 of 3) sorted by relevance

/inkscape/cxxtest/cxxtest/
H A DQtGui.h41 createWindow( wd );
120 void createWindow( const WorldDescription &wd ) function in class:CxxTest::QtGui
H A DX11Gui.h38 createWindow();
152 void createWindow() function in class:CxxTest::X11Gui
H A DWin32Gui.h182 _mainWindow = createWindow( _windowClass.lpszClassName, WS_OVERLAPPEDWINDOW );
201 _progressBar = createWindow( PROGRESS_CLASS, WS_CHILD | WS_VISIBLE | PBS_SMOOTH, _mainWindow );
216 _statusBar = createWindow( STATUSCLASSNAME, WS_CHILD | WS_VISIBLE, _mainWindow );
233 HWND createWindow( LPCTSTR className, DWORD style, HWND parent = (HWND)NULL ) function in class:CxxTest::Win32Gui

Completed in 15 milliseconds