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

/haiku/src/kits/shared/
H A DToolBar.cpp81 BToolBar::BToolBar(BRect frame, orientation ont) argument
83 BGroupView(ont),
84 fOrientation(ont)
94 BToolBar::BToolBar(orientation ont) argument
96 BGroupView(ont),
97 fOrientation(ont)
150 orientation ont = (fOrientation == B_HORIZONTAL) ? local
152 AddView(new BSeparatorView(ont, B_PLAIN_BORDER));
/haiku/headers/private/shared/
H A DToolBar.h18 orientation ont = B_HORIZONTAL);
19 BToolBar(orientation ont = B_HORIZONTAL);

Completed in 18 milliseconds