Path: utzoo!attcan!uunet!husc6!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: dialog widget miscellany Message-ID: <8805132043.AA09047@LYRE.MIT.EDU> Date: 13 May 88 20:43:34 GMT References: <8805010211.AA05232@s3snorkel> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 15 Date: Sat, 30 Apr 88 19:11:57 PDT From: warner%s3snorkel@scubed.ARPA (Ken Warner) On page 31 of X Toolkit Widgets there is documented a function called XtDialogCreate()...there is no such animal in libX11.a or libXaw.a. Documentation bug. Use XtCreateWidget(). There is no font resource for the Dialog Widget or for buttons; am I correct? Will there be? Dialog is a composite widget that uses Label, Text and Command. All three of the components have font resources and a specification of the form '*Dialog*Font' will allow you to specify them as a group.