MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / PiuContainerDictionary

Function PiuContainerDictionary

modules/piu/All/piuContainer.c:150–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void PiuContainerDictionary(xsMachine* the, void* it)
151{
152 PiuContainer* self = it;
153 xsBooleanValue boolean;
154 if (xsFindBoolean(xsArg(1), xsID_clip, &boolean)) {
155 if (boolean)
156 (*self)->flags |= piuClip;
157 else
158 (*self)->flags &= ~piuClip;
159 }
160 if (xsFindResult(xsArg(1), xsID_contents)) {
161 (void)xsCall1(xsThis, xsID__recurse, xsResult);
162 }
163}
164
165void PiuContainerFitHorizontally(void* it)
166{

Callers 7

PiuScroller_createFunction · 0.85
PiuLayout_createFunction · 0.85
PiuRow_createFunction · 0.85
PiuApplication_createFunction · 0.85
PiuContainer_createFunction · 0.85
PiuColumn_createFunction · 0.85
PiuDie__createFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected