Home
last modified time | relevance | path

Searched refs:_button_width (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/hpc/stand/hpcboot/menu/
H A Drootwindow.cpp227 _button_width = BOOT_BUTTON_WIDTH; in WMCreate()
231 _button_width += _button_width/2; in WMCreate()
389 int cx = _root._button_width; in create()
409 int cx = _root._button_width; in create()
411 int x = _rect.right - _root._button_width; in create()
430 int cx = _rect.right - _rect.left - _root._button_width * 2; in create()
432 int x = _rect.left + _root._button_width; in create()
H A Drootwindow.h48 int _button_width; variable