Files
gimp/libgimpwidgets
Michael Natterer e80c90e17d libgimpwidgets: change gimp_int_store_new()'s signature
to match gimp_int_combo_box_new(), and add gimp_int_store_new_valist().

Move the va_list of (name, value) parsing code to
gimp_int_store_new_valist() and use it from
gimp_int_combo_box_new_valist().

This makes the entire GimpIntStore/GimpIntComboBox stuff useable much
more generically for the price of an incompatible change of a public
function that is used exactly once outside of libgimpwidgets.
2019-09-24 00:20:47 +02:00
..
2019-08-17 10:53:45 +02:00
2019-06-05 19:06:56 -04:00
2019-08-13 11:50:51 -04:00
2019-08-18 14:07:17 +02:00
2019-09-11 16:42:04 +02:00