Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/
H A Dlayout.c44 CreateMainWindow(HINSTANCE hInstance, HWND hWnd, LPCTSTR name, int cmdbar_height) in CreateMainWindow() argument
67 rect.top += cmdbar_height; /* get client rect w/o command bar */ in CreateMainWindow()
215 item.y * ratio_y / 100 + cmdbar_height, in CreateMainWindow()
H A Dpbsdboot.h125 int CreateMainWindow(HINSTANCE hInstance, HWND hWnd, LPCTSTR name, int cmdbar_height);
/netbsd-src/sys/arch/hpc/stand/hpcboot/menu/
H A Drootwindow.cpp218 int cmdbar_height; in WMCreate() local
224 cmdbar_height = CommandBar_Height(_app._cmdbar); in WMCreate()
226 _button_height = cmdbar_height; in WMCreate()
236 rect.top += cmdbar_height; in WMCreate()