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

Method SetRowSpacing

src/SFGUI/Table.cpp:273–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273void Table::SetRowSpacing( std::size_t index, float spacing ) {
274 if( index >= m_rows.size() ) {
275 return;
276 }
277
278 m_rows[index].spacing = spacing;
279
280 UpdateRequisitions();
281 RequestResize();
282}
283
284const std::string& Table::GetName() const {
285 static const std::string name( "Table" );

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected