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

/haiku/src/apps/deskbar/
H A DWindowMenu.h57 void SetExpanded(bool status, int addAtIndex);
H A DWindowMenuItem.h58 void SetExpanded(bool expand) { fExpanded = expand; }; function in class:TWindowMenuItem
H A DTeamMenuItem.cpp419 windowItem->SetExpanded(true);
421 sub->SetExpanded(true, myindex + childIndex);
440 windowItem->SetExpanded(false);
442 sub->SetExpanded(false, 0);
H A DWindowMenu.cpp248 TWindowMenu::SetExpanded(bool status, int lastIndex) function in class:TWindowMenu
H A DExpandoMenuBar.cpp534 submenu->SetExpanded(false, 0);
1038 item->SetExpanded(true);
/haiku/headers/os/interface/
H A DListItem.h46 void SetExpanded(bool expanded);
/haiku/src/kits/interface/
H A DListItem.cpp166 BListItem::SetExpanded(bool expanded) function in class:BListItem
/haiku/src/preferences/locale/
H A DLocaleWindow.cpp145 item->SetExpanded(false);
230 item->SetExpanded(false);
309 superitem->SetExpanded(true);
/haiku/src/preferences/time/
H A DZoneView.cpp410 countryItem->SetExpanded(true);
415 regionItemIter->second->SetExpanded(true);
/haiku/src/preferences/network/
H A DNetworkWindow.cpp353 item->SetExpanded(true);
506 item->SetExpanded(true);
/haiku/src/apps/text_search/
H A DGrepWindow.cpp1029 item->SetExpanded(fShowLinesCheckbox->Value() == 1);

Completed in 93 milliseconds