X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xaw%2Fxoptions.c;h=1809743f9cccc6189ef05644493a0d46ad6c7c00;hb=2eb3eb048b16f2ffd1f1c8dad3987871b0f9bd72;hp=9d59f4cd99e3b08fc04a7feca195bd43c07bf7ee;hpb=95a022cfa232e2d7b0a94949d0cf5d898c1de158;p=xboard.git diff --git a/xaw/xoptions.c b/xaw/xoptions.c index 9d59f4c..1809743 100644 --- a/xaw/xoptions.c +++ b/xaw/xoptions.c @@ -1,7 +1,7 @@ /* * xoptions.c -- Move list window, part of X front end for XBoard * - * Copyright 2000, 2009, 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc. + * Copyright 2000, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify @@ -189,6 +189,12 @@ SetWidgetLabel (Option *opt, char *buf) } void +SetComboChoice (Option *opt, char *n) +{ + SetWidgetText(opt, opt->choice[n]); +} + +void SetDialogTitle (DialogClass dlg, char *title) { Arg args[16];