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

/haiku/src/tests/kits/interface/
H A DListViewTest.cpp16 class ColorfulItem: public BStringItem class in inherits:BStringItem
19 ColorfulItem(const char* label, rgb_color color);
28 ColorfulItem::ColorfulItem(const char* label, rgb_color color) function in class:ColorfulItem
37 ColorfulItem::DrawItem(BView* owner, BRect frame, bool complete)
63 listView->AddItem(new ColorfulItem("green item", make_color(0, 255, 0)));

Completed in 23 milliseconds