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

/inkscape/cxxtest/cxxtest/
H A DWin32Gui.h365 LONG progressHeight = height - statusHeight; local
367 SetWindowPos( _progressBar, HWND_TOP, 0, 0, width, progressHeight, 0 );
368 SetWindowPos( _statusBar, HWND_TOP, 0, progressHeight, width, statusHeight, 0 );

Completed in 36 milliseconds