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

Method TableOptions

src/SFGUI/TableOptions.cpp:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace priv {
5
6TableOptions::TableOptions() :
7 position( 0.f ),
8 requisition( 0.f ),
9 allocation( 0.f ),
10 spacing( 0.f ),
11 expand( true )
12{
13}
14
15}
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected