MCPcopy Create free account
hub / github.com/Nitrux/maui-shell / StackableItem

Method StackableItem

casklib/src/code/stackableitem.cpp:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "stackableitem.h"
2
3StackableItem::StackableItem()
4{
5 this->setClip(false);
6}
7
8void StackableItem::lower()
9{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected