Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ SetValue
Method
SetValue
src/SFGUI/Range.cpp:48–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
void Range::SetValue( float new_value ) {
49
m_adjustment->SetValue( new_value );
50
}
51
52
void Range::SetIncrements( float minor_step, float major_step ) {
53
m_adjustment->SetMinorStep( minor_step );
Callers
5
HandleMouseButtonEvent
Method · 0.45
main
Function · 0.45
main
Function · 0.45
Run
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
1
Run
Method · 0.36