ENH: [STUDIO-1477] indicators for that has object configs

Change-Id: I4556b049cd6aa128a05f69c00fa14d8ea5bb3f39
This commit is contained in:
chunmao.guo 2022-11-28 17:31:06 +08:00 committed by Lane.Wei
parent 536df6ca23
commit 2f7946333d
7 changed files with 60 additions and 5 deletions

View file

@ -16,7 +16,9 @@ public:
void SetTextColor(StateColor const &color);
void SetTrackColor(StateColor const &color);
void SetTextColor2(StateColor const &color);
void SetTrackColor(StateColor const &color);
void SetThumbColor(StateColor const &color);
@ -32,7 +34,8 @@ private:
ScalableBitmap m_off;
wxString labels[2];
StateColor text_color;
StateColor text_color;
StateColor text_color2;
StateColor track_color;
StateColor thumb_color;
};