Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
108
void GuiButton::SetLabelClick(GuiText* txt, int n)
109
{
110
labelClick[n] = txt;
111
if(txt) txt->SetParent(this);
112
}
113
void GuiButton::SetSoundOver(GuiSound * snd)
114
{
115
soundOver = snd;
Callers
nothing calls this directly
Calls
1
SetParent
Method · 0.80
Tested by
no test coverage detected