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

/haiku/src/apps/deskbar/
H A DBarMenuBar.cpp109 fAppListMenuItem(NULL),
163 if (fAppListMenuItem != NULL)
164 fAppListMenuItem->SetContentSize(floorf(width / count), height);
179 delete fAppListMenuItem;
180 fAppListMenuItem = new TBarMenuTitle(0.0f, 0.0f, FetchTeamIcon(),
183 bool added = AddItem(fAppListMenuItem, fBarView->Left() ? 0 : 1);
202 if (fAppListMenuItem != NULL && RemoveItem(fAppListMenuItem)) {
203 delete fAppListMenuItem;
204 fAppListMenuItem
[all...]
H A DBarMenuBar.h87 TBarMenuTitle* fAppListMenuItem; member in class:TBarMenuBar

Completed in 82 milliseconds