MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / Create

Method Create

ui/UIStatic.cpp:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75// This is a simple text.
76
77void UIText::Create(UIWindow *parent, UITextItem *text, int x, int y, int flags) {
78 UIStatic::Create(parent, text, x, y, 1, 1, flags);
79}
80
81// inheritable operations
82// override: called when resized or before drawing.

Callers

nothing calls this directly

Calls 1

CopyUIItemMethod · 0.45

Tested by

no test coverage detected