| 118 | } |
| 119 | |
| 120 | void setCheckbox (GtkWidget * w, const char *configName) |
| 121 | { |
| 122 | int buf; |
| 123 | g_config->getOption (configName, &buf); |
| 124 | gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (w), buf); |
| 125 | } |
| 126 | |
| 127 | // This function configures a single button on a gamepad |
| 128 | //int configGamepadButton (GtkButton * button, gpointer p) |
no test coverage detected