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

/haiku/src/tests/kits/game/chart/
H A DChartWindow.h251 BView *fLeftView; member in class:ChartWindow
H A DChartWindow.cpp637 fLeftView = new BView(r, "top view", B_FOLLOW_LEFT | B_FOLLOW_TOP_BOTTOM, B_WILL_DRAW);
638 fLeftView->SetViewUIColor(B_PANEL_BACKGROUND_COLOR);
639 AddChild(fLeftView);
651 fLeftView->AddChild(fStatusBox);
716 fLeftView->AddChild(full_screen);
730 fLeftView->AddChild(button);
743 fLeftView->AddChild(check_box);
754 fLeftView->AddChild(fColorsBox);
846 fLeftView->AddChild(fSpecialBox);
897 //fLeftView
[all...]

Completed in 36 milliseconds