Swap foreground and background colors (this is the best I can do with */ a label widget, unless I can get some init hook in there). */
| 151 | /* Swap foreground and background colors (this is the best I can do with */ |
| 152 | /* a label widget, unless I can get some init hook in there). */ |
| 153 | void |
| 154 | hilight_value(Widget w) |
| 155 | { |
| 156 | swap_fg_bg(get_value_widget(w)); |
| 157 | } |
| 158 | |
| 159 | /* Swap the foreground and background colors of the given widget */ |
| 160 | void |
no test coverage detected