Searched refs:fPauseButton (Results 1 – 2 of 2) sorted by relevance
442 fPauseButton(NULL), in BStatusView()539 fPauseButton = new TCustomButton(rect, kPauseButton); in BStatusView()540 fPauseButton->ResizeTo(buttonWidth, buttonHeight); in BStatusView()541 AddChild(fPauseButton); in BStatusView()869 fPauseButton->SetTarget(this); in AttachedToWindow()880 fPauseButton->SetValue(fIsPaused ? B_CONTROL_ON : B_CONTROL_OFF); in MessageReceived()
156 BButton* fPauseButton; variable