| 3331 | } |
| 3332 | |
| 3333 | void SetPadding(int iPadding) |
| 3334 | { |
| 3335 | m_iPadding = iPadding; |
| 3336 | T* pT = static_cast<T*>(this); |
| 3337 | pT->UpdateLayout(); |
| 3338 | this->Invalidate(); |
| 3339 | }; |
| 3340 | |
| 3341 | // FindItem: Find the next tab item matching the search criteria |
| 3342 | // The functions is meant to mimic how |
nothing calls this directly
no test coverage detected