Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ GetPageSize
Method
GetPageSize
src/SFGUI/Adjustment.cpp:98–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
float Adjustment::GetPageSize() const {
99
return m_page_size;
100
}
101
102
void Adjustment::SetPageSize( float new_page_size ) {
103
m_page_size = new_page_size;
Callers
6
IsHorizontalScrollbarVisible
Method · 0.80
IsVerticalScrollbarVisible
Method · 0.80
GetSliderRect
Method · 0.80
HandleMouseMoveEvent
Method · 0.80
GetSliderRect
Method · 0.80
HandleMouseMoveEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected