X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xaw%2Fxoptions.c;h=1809743f9cccc6189ef05644493a0d46ad6c7c00;hb=2eb3eb048b16f2ffd1f1c8dad3987871b0f9bd72;hp=8f02a14078762ec1771d3c4c3e4177f59192975d;hpb=0ccc0a2f0bb6bf44cd8c0bad873a3f9a56a143aa;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];