MCPcopy Create free account
hub / github.com/dborth/vbagx / SetLabelClick

Method SetLabelClick

source/gui/gui_button.cpp:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 if(txt) txt->SetParent(this);
107}
108void GuiButton::SetLabelClick(GuiText* txt, int n)
109{
110 labelClick[n] = txt;
111 if(txt) txt->SetParent(this);
112}
113void GuiButton::SetSoundOver(GuiSound * snd)
114{
115 soundOver = snd;

Callers

nothing calls this directly

Calls 1

SetParentMethod · 0.80

Tested by

no test coverage detected