| 175 | ************************************************************************************/ |
| 176 | |
| 177 | My_Fl_Search_Window::My_Fl_Search_Window(int W,int H) : My_Fl_Small_Window (W, H) {} |
| 178 | void My_Fl_Search_Window::gotFocus() { |
| 179 | // printf("Search Window got focus!\n"); |
| 180 | //app.updateSearchWindow(); |
nothing calls this directly
no outgoing calls
no test coverage detected