MCPcopy Create free account
hub / github.com/TankOs/SFGUI / SetPlacement

Method SetPlacement

src/SFGUI/ScrolledWindow.cpp:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void ScrolledWindow::SetPlacement( Placement placement ) {
78 m_placement = placement;
79
80 RecalculateContentAllocation();
81 Invalidate();
82}
83
84bool ScrolledWindow::IsHorizontalScrollbarVisible() const {
85 if( m_policy & HORIZONTAL_ALWAYS ) {

Callers 1

RunMethod · 0.80

Calls

no outgoing calls

Tested by 1

RunMethod · 0.64