Home
last modified time | relevance | path

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

/haiku/src/add-ons/screen_savers/gravity/
H A DConfigView.cpp55 fShadeScroll = new BScrollView(B_EMPTY_STRING, fShadeList, in ConfigView()
70 .Add(fShadeScroll) in ConfigView()
81 fShadeScroll->ScrollBar(B_VERTICAL)->SetRange(0.0f, in AllAttached()
H A DConfigView.h44 BScrollView* fShadeScroll; variable