| 170 | } |
| 171 | |
| 172 | void |
| 173 | ghb_button_set_icon_name (GhbButton *self, const char *icon_name) |
| 174 | { |
| 175 | g_return_if_fail(GHB_IS_BUTTON(self)); |
| 176 | |
| 177 | gtk_image_set_from_icon_name(self->icon, icon_name); |
| 178 | } |
| 179 | |
| 180 | void |
| 181 | ghb_button_set_label (GhbButton *self, const char *label) |
no outgoing calls
no test coverage detected