fillods / grig

A simple Ham Radio control (CAT) program based on Hamlib.
http://groundstation.sourceforge.net/grig/
GNU General Public License v2.0
11 stars 5 forks source link

Convert gtk_combo_box to gtk_combo_box_text #18

Closed mattmelling closed 1 year ago

mattmelling commented 1 year ago

gtk_combo_box_* was dropped in GTK3, but the newer gtk_combo_box_text_* introduced in 2.24 was carried over to 3.

This will help support our migration to GTK3 in #13.