| 5746 | } |
| 5747 | |
| 5748 | void |
| 5749 | ghb_list_box_remove_all (GtkListBox *lb) |
| 5750 | { |
| 5751 | GtkWidget *row; |
| 5752 | |
| 5753 | while ((row = gtk_widget_get_last_child(GTK_WIDGET(lb)))) |
| 5754 | { |
| 5755 | gtk_list_box_remove(lb, row); |
| 5756 | } |
| 5757 | } |
| 5758 | |
| 5759 | static void |
| 5760 | lang_combo_search( |
no outgoing calls
no test coverage detected