MCPcopy Create free account
hub / github.com/MultiMC/Launcher / setTooltipId

Method setTooltipId

launcher/ui/MainWindow.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 m_contained = new T(parent);
119 }
120 void setTooltipId(const char * tooltip)
121 {
122 m_tooltip = tooltip;
123 }
124 void setTextId(const char * text)
125 {
126 m_text = text;

Callers 4

updateLaunchActionMethod · 0.80
createMainToolbarMethod · 0.80
createNewsToolbarMethod · 0.80
createInstanceToolbarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected