| 3350 | // Using the ImDrawList::ChannelsXXXX you cannot stack a split over another. |
| 3351 | inline void ChannelsSplit(int count) { _Splitter.Split(this, count); } |
| 3352 | inline void ChannelsMerge() { _Splitter.Merge(this); } |
| 3353 | inline void ChannelsSetCurrent(int n) { _Splitter.SetCurrentChannel(this, n); } |
| 3354 | |
| 3355 | // Advanced: Primitives allocations |
no test coverage detected