MCPcopy Create free account
hub / github.com/cinder/Cinder / ChannelsMerge

Method ChannelsMerge

include/imgui/imgui.h:3352–3352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

AddWindowToDrawDataFunction · 0.80

Calls 1

MergeMethod · 0.80

Tested by

no test coverage detected