MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / clean

Method clean

src/ui/combobox.cpp:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 void clean()
56 {
57 // Remove all added items so ~Widget() don't delete them.
58 removeAllChildren();
59 selectChild(nullptr);
60 }
61
62protected:
63 bool onProcessMessage(Message* msg) override;

Callers 1

closeListBoxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected