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

Method SetColumnSpacings

src/SFGUI/Table.cpp:240–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240void Table::SetColumnSpacings( float spacing ) {
241 for( auto& column : m_columns ) {
242 column.spacing = spacing;
243 }
244
245 m_general_spacings.x = spacing;
246
247 UpdateRequisitions();
248 RequestResize();
249}
250
251void Table::SetRowSpacings( float spacing ) {
252 for( auto& row : m_rows ) {

Callers 3

RunMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

RunMethod · 0.64