Searched defs:windowHeight (Results 1 - 2 of 2) sorted by relevance

/inkscape/cxxtest/cxxtest/
H A DQtGui.h241 int windowHeight = _mainWindow->height(); local
242 _mainWindow->setGeometry( xCenter - (windowWidth / 2), yCenter - (windowHeight / 2), windowWidth, windowHeight );
H A DWin32Gui.h256 LONG windowHeight = screenHeight / 10; local
258 if ( windowHeight < minimumHeight )
259 windowHeight = minimumHeight;
262 xCenter - (windowWidth / 2), yCenter - (windowHeight / 2),
263 windowWidth, windowHeight, 0 );

Completed in 47 milliseconds