Home
last modified time | relevance | path

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

/haiku/src/apps/fontdemo/
H A DControlView.cpp45 fCyclingFontButton(NULL), in ControlView()
117 fCyclingFontButton = new BButton("Cyclefonts", in AttachedToWindow()
119 AddChild(fCyclingFontButton); in AttachedToWindow()
129 fCyclingFontButton->SetTarget(this); in AttachedToWindow()
267 fCyclingFontButton->SetLabel(fCycleFonts ? \ in MessageReceived()
H A DControlView.h57 BButton* fCyclingFontButton; variable