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

/haiku/headers/private/tracker/
H A DIconMenuItem.h110 bool fExtraPad; member in class:BPrivate::ModelMenuItem
/haiku/src/kits/tracker/
H A DIconMenuItem.cpp78 fExtraPad(extraPad)
81 // The 'fExtraPad' field is used to when this menu item is added to
85 // fExtraPad field allows for that.
103 fExtraPad(extraPad)
130 + (fExtraPad ? 6 : 0);
159 if (fExtraPad)
189 *width = *width + iconSize / 4 + iconSize + (fExtraPad ? 18 : 0);

Completed in 78 milliseconds