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

/inkscape/cxxtest/cxxtest/
H A DQtGui.h96 QStatusBar *_statusBar; member in class:CxxTest::QtGui
161 _layout->addWidget( _statusBar = new QStatusBar( _mainWindow ) );
162 _statusBar->addWidget( _suiteName = new QLabel( _statusBar ), 2 );
163 _statusBar->addWidget( _testName = new QLabel( _statusBar ), 4 );
164 _statusBar->addWidget( _testsDone = new QLabel( _statusBar ), 1 );
264 _statusBar->removeWidget( _suiteName );
265 _statusBar
[all...]
H A DWin32Gui.h89 HWND _mainWindow, _progressBar, _statusBar; member in class:CxxTest::Win32Gui
216 _statusBar = createWindow( STATUSCLASSNAME, WS_CHILD | WS_VISIBLE, _mainWindow );
362 GetClientRect( _statusBar, &r );
368 SetWindowPos( _statusBar, HWND_TOP, 0, progressHeight, width, statusHeight, 0 );
382 SendMessage( _statusBar, message, wParam, (LPARAM)lParam );

Completed in 16 milliseconds