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

Method OnLoadThemeClick

examples/Test.cpp:686–688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

684}
685
686void SampleApp::OnLoadThemeClick() {
687 m_desktop.LoadThemeFromFile( "data/example.theme" );
688}
689
690void SampleApp::OnAdjustmentChange() {
691 m_progress->SetFraction( m_scale->GetValue() / 100.f );

Callers

nothing calls this directly

Calls 1

LoadThemeFromFileMethod · 0.45

Tested by

no test coverage detected