Searched refs:fShadeList (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/screen_savers/gravity/
H A DConfigView.cpp41 fShadeList(new BListView(B_EMPTY_STRING, B_SINGLE_SELECTION_LIST,
46 fShadeList->SetSelectionMessage(new BMessage(kMsgShade));
47 fShadeList->AddItem(new ColorItem("Red", (rgb_color){ 255, 65, 54 }));
48 fShadeList->AddItem(new ColorItem("Green", (rgb_color){ 46, 204, 64 }));
49 fShadeList->AddItem(new ColorItem("Blue", (rgb_color){ 0, 116, 217 }));
50 fShadeList->AddItem(new ColorItem("Orange", (rgb_color){ 255, 133, 27 }));
51 fShadeList->AddItem(new ColorItem("Purple", (rgb_color){ 177, 13, 201 }));
52 fShadeList->AddItem(new ColorItem("White", (rgb_color){ 255, 255, 255 }));
53 fShadeList->AddItem(new RainbowItem("Rainbow"));
55 fShadeScroll = new BScrollView(B_EMPTY_STRING, fShadeList,
[all...]
H A DConfigView.h43 BListView* fShadeList; member in class:ConfigView

Completed in 43 milliseconds