Home
last modified time | relevance | path

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

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.cpp55 fClearButton(NULL), in ConsoleOutputView()
145 fClearButton->SetTarget(this); in AttachedToWindow()
198 .Add(fClearButton = new BButton("Clear")) in _Init()
205 fClearButton->SetMessage(new BMessage(MSG_CLEAR_OUTPUT)); in _Init()
H A DConsoleOutputView.h48 BButton* fClearButton; variable