Change color sample based on foreground/background toggle. Methods: set_color_sample
(self, *args)
| 980 | self.set_color_sample() |
| 981 | |
| 982 | def set_color_sample_binding(self, *args): |
| 983 | """Change color sample based on foreground/background toggle. |
| 984 | |
| 985 | Methods: |
| 986 | set_color_sample |
| 987 | """ |
| 988 | self.set_color_sample() |
| 989 | |
| 990 | def set_color_sample(self): |
| 991 | """Set the color of the frame background to reflect the selected target. |
nothing calls this directly
no test coverage detected