]> granicus.if.org Git - handbrake/commit
LinGui: gtk4 port, fix reading/writing GtkSpinButton text
authorJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 29 Jul 2019 23:40:09 +0000 (16:40 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 29 Jul 2019 23:40:09 +0000 (16:40 -0700)
commit7192eab2b82783c7a180865e35dc39f1d0a31a90
tree24929d99c22e42b84e17720eda4d6aa404a99890
parentf1eb28e3fcef8d5a01d99845781f4eede5b3cc44
LinGui: gtk4 port, fix reading/writing GtkSpinButton text

In GTK4, GtkSpinButton is no longer a subclass of GtkEntry.  Must use
GtkEditable APIs in GTK4
gtk/src/callbacks.c
gtk/src/ghbcellrenderertext.c
gtk/src/ghbcompat.h
gtk/src/presets.c
gtk/src/queuehandler.c
gtk/src/settings.c