Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hpc/stand/hpcboot/menu/
H A Drootwindow.cpp59 if (_progress_bar) in ~RootWindow()
60 delete _progress_bar; in ~RootWindow()
172 SendMessage(_progress_bar->_window, PBM_SETPOS, 0, 0); in proc()
245 _progress_bar = new ProgressBar(_app, *this, rect); in WMCreate()
246 _progress_bar->create(aux); in WMCreate()
374 SendMessage(_progress_bar->_window, PBM_STEPIT, 0, 0); in progress()
380 SendMessage(_progress_bar->_window, PBM_SETPOS, 0, 0); in unprogress()
H A Drootwindow.h42 ProgressBar *_progress_bar; variable