Home
last modified time | relevance | path

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

/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DBreakpointEditWindow.cpp120 .Add((fAlwaysRadio = new BRadioButton("Break always", in _Init()
141 fAlwaysRadio->SetValue(B_CONTROL_ON); in _Init()
H A DBreakpointEditWindow.h55 BRadioButton* fAlwaysRadio; variable