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

/haiku/headers/private/interface/
H A DMenuPrivate.h49 void SetItemMargins(float, float, float, float);
/haiku/src/apps/deskbar/
H A DWindowMenu.cpp78 SetItemMargins(0.0f, 0.0f, 0.0f, 0.0f);
H A DBarMenuBar.cpp114 SetItemMargins(0.0f, 0.0f, 0.0f, 0.0f);
H A DTeamMenu.cpp65 SetItemMargins(0.0f, 0.0f, 0.0f, 0.0f);
H A DExpandoMenuBar.cpp96 SetItemMargins(0.0f, 0.0f, 0.0f, 0.0f);
/haiku/src/kits/interface/
H A DBMCPrivate.cpp356 SetItemMargins(left, top,
H A DMenuPrivate.cpp165 MenuPrivate::SetItemMargins(float left, float top, float right, float bottom) function in class:BPrivate::MenuPrivate
167 fMenu->SetItemMargins(left, top, right, bottom);
H A DMenuBar.cpp746 SetItemMargins(lr, tb, lr, tb);
H A DMenu.cpp1339 BMenu::SetItemMargins(float left, float top, float right, float bottom) function in class:BMenu
/haiku/headers/os/interface/
H A DMenu.h148 void SetItemMargins(float left, float top,
/haiku/src/apps/charactermap/
H A DCharacterView.cpp346 SetItemMargins(left, top, bottom, left);

Completed in 179 milliseconds