MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / setTooltipId

Method setTooltipId

launcher/ui/MainWindow.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 m_contained = new T(parent);
170 }
171 void setTooltipId(const char * tooltip)
172 {
173 m_tooltip = tooltip;
174 }
175 void setTextId(const char * text)
176 {
177 m_text = text;

Callers 5

createMainToolbarMethod · 0.80
createMenuActionsMethod · 0.80
createNewsToolbarMethod · 0.80
createInstanceActionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected