Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dborth/vbagx
/ SetIcon
Method
SetIcon
source/gui/gui_button.cpp:73–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
if(img) img->SetParent(this);
72
}
73
void GuiButton::SetIcon(GuiImage* img)
74
{
75
icon = img;
76
if(img) img->SetParent(this);
77
}
78
void GuiButton::SetIconOver(GuiImage* img)
79
{
80
iconOver = img;
Callers
7
MenuGameSelection
Function · 0.80
MenuGame
Function · 0.80
MenuGameSettings
Function · 0.80
MenuSettingsMappings
Function · 0.80
MenuSettings
Function · 0.80
GuiSaveBrowser
Method · 0.80
Update
Method · 0.80
Calls
1
SetParent
Method · 0.80
Tested by
no test coverage detected