X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xaw%2Fxoptions.c;h=1809743f9cccc6189ef05644493a0d46ad6c7c00;hb=636545bf1dd3469ad645b9b4f656df9086601aa9;hp=8f02a14078762ec1771d3c4c3e4177f59192975d;hpb=4011e8678d85310eedf19fd00aa5d96a9a60770a;p=xboard.git diff --git a/xaw/xoptions.c b/xaw/xoptions.c index 8f02a14..1809743 100644 --- a/xaw/xoptions.c +++ b/xaw/xoptions.c @@ -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];