MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / SetColors

Method SetColors

src/client/ui/background_widget.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 void BackgroundWidget::SetColors(int normal_color, int enter_color, int pressed_color) {
59 this->normal_color_ = normal_color;
60 this->enter_color_ = enter_color;
61 this->pressed_color_ = pressed_color;
62 repaint();
63 }
64
65 void BackgroundWidget::SetRadius(int radius) {
66 this->radius_ = radius;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected