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

/inkscape/cxxtest/cxxtest/
H A DWin32Gui.h363 LONG statusHeight = r.bottom - r.top; local
364 LONG resizeGripWidth = statusHeight;
365 LONG progressHeight = height - statusHeight;
368 SetWindowPos( _statusBar, HWND_TOP, 0, progressHeight, width, statusHeight, 0 );

Completed in 15 milliseconds