MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / My_Fl_Button::buttonColorStruct

Class My_Fl_Button::buttonColorStruct

src/csvapplication.cpp:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 std::string prefFont = getPreference(&preferences, TCRUNCHER_PREF_GRID_TEXT_FONT, TCRUNCHER_FALLBACK_FONT);
61
62 struct My_Fl_Button::buttonColorStruct colorsDefaultButton;
63 colorsDefaultButton.background = ColorThemes::getColor(prefTheme, "button_bg");
64 colorsDefaultButton.label = ColorThemes::getColor(prefTheme, "button_text");
65 colorsDefaultButton.border = ColorThemes::getColor(prefTheme, "button_border");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected