Changelog:
r43065 | compyx | 2023-02-06 09:28:45 +0000 (Mon, 06 Feb 2023) | 10 lines
Gtk3: Refactor resource-bound integer combo box
Make the combo box for (int, str) pairs use the resource widget mediator.
Rename methods from `vice_gtk3_resource_combo_box_int_FOO()` to
`vice_gtk3_resource_combo_int_FOO()` (which is still way too long).
Use the same model layout (column 0: id, column 1: text) as the hex combo box,
so both can share code at a later point.
Also fix the IP232 check button's invalid column index.
------------------------------------------------------------------------
r43064 | gpz | 2023-02-05 21:52:47 +0000 (Sun, 05 Feb 2023) | 1 line
use proper log calls
------------------------------------------------------------------------
r43063 | gpz | 2023-02-05 21:26:00 +0000 (Sun, 05 Feb 2023) | 1 line
use GetCursorPos instead of the gtk provided value - lets see if that fixes the odd problems ppl have
------------------------------------------------------------------------
r43062 | gpz | 2023-02-05 20:19:37 +0000 (Sun, 05 Feb 2023) | 1 line
clear last error before mouse_event so we dont see some random other error in the log
------------------------------------------------------------------------
r43059 | compyx | 2023-02-05 10:11:25 +0000 (Sun, 05 Feb 2023) | 3 lines
Gtk3: Resource widget mediator: implement methods for integer resources
------------------------------------------------------------------------