| 2714 | // Using the ImDrawList::ChannelsXXXX you cannot stack a split over another. |
| 2715 | inline void ChannelsSplit(int count) { _Splitter.Split(this, count); } |
| 2716 | inline void ChannelsMerge() { _Splitter.Merge(this); } |
| 2717 | inline void ChannelsSetCurrent(int n) { _Splitter.SetCurrentChannel(this, n); } |
| 2718 | |
| 2719 | // Advanced: Primitives allocations |
no test coverage detected