Use the official GTK font selector
authorH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 1 Apr 2016 14:34:15 +0000 (16:34 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 1 Apr 2016 14:34:15 +0000 (16:34 +0200)
commit169e15efffbcdb9d4fb55adfa6bce6cca208e7b5
tree49ab862897986f28d129490f5e9d77314c42c473
parent6f3c9bba464d20c0abff140f3f7a6ccd0291253b
Use the official GTK font selector

A gtk_font_button is now put in the Fonts dialog to allow selection
of a general font. The individual window fonts got a button marked *
to assign this font to them. To implement the selector button some
kludgy code had to be added in the generic dialog constructor, to
recognize these Button Options by name, and use the special GTK
widget to implement them, or assign an unusual callback.
dialogs.c
gtk/xoptions.c