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

/haiku/src/kits/interface/
H A DOptionControl.cpp83 int32 numOptions = CountOptions(); local
84 return AddOptionAt(name, value, numOptions);
101 int32 numOptions = CountOptions(); local
102 for (int32 c = 0; c < numOptions; c++) {
123 int32 numOptions = CountOptions(); local
124 for (int32 c = 0; c < numOptions; c++) {

Completed in 26 milliseconds