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

Method SetTitle

ui/UIStatic.cpp:115–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void UIStatic::SetTitle(UIItem *item) {
116 if (m_Title)
117 delete m_Title;
118 m_Title = NULL;
119 if (item)
120 m_Title = (UIPrimativeItem *)item->CopyUIItem();
121}
122
123void UIStatic::OnDraw() {
124 if (m_Flags & UIF_BORDER)

Callers

nothing calls this directly

Calls 1

CopyUIItemMethod · 0.45

Tested by

no test coverage detected