Received: by ATHENA-PO-2.MIT.EDU (5.45/4.7) id AA08962; Tue, 26 Sep 89 04:07:38 EDT
Received: from RELAY.CS.NET by ATHENA.MIT.EDU with SMTP
	id AA17995; Tue, 26 Sep 89 04:09:14 EDT
Message-Id: <8909260809.AA17995@ATHENA.MIT.EDU>
Received: from masscomp.westford.ccur.com by RELAY.CS.NET id aa06430;
          26 Sep 89 3:07 EDT
Date:     Tue, 26 Sep 89 4:11:16 EDT
From: westford MMDF Mail System <mmdf@westford.MIT.EDU>
Sender: mmdf@westford.MIT.EDU
Subject:  Failed mail  (msg.aa04947)
To: bgardner@ATHENA.MIT.EDU

    Your message could not be delivered to
'motif-talk' for the following
reason:  '(Reason not known)'


    Your message follows:

Received: from 130.105.1.5 by masscomp.westford.ccur.com id aa04947;
          26 Sep 89 4:09 EDT
Received: from postman.osf.org by osf.osf.org (5.61/OSF 0.9)
	id AA14493; Tue, 26 Sep 89 03:59:57 -0400
Received: from ATHENA.MIT.EDU by postman.osf.org (5.61/OSF 0.9)
	id AA00662; Tue, 26 Sep 89 03:59:54 -0400
Received: from PINK.MIT.EDU by ATHENA.MIT.EDU with SMTP
	id AA17919; Tue, 26 Sep 89 04:01:28 EDT
From: bgardner@ATHENA.MIT.EDU
Received: by PINK.MIT.EDU (5.61/4.7) id AA08158; Tue, 26 Sep 89 03:59:39 -0400
Date: Tue, 26 Sep 89 03:59:39 -0400
Message-Id: <8909260759.AA08158@PINK.MIT.EDU>
To: motif-talk@osf.osf.org;local
Subject: Re: Check marks next to menu items

   I haven't used pulldown menus, but to put check marks on buttons
(and similar visuals), I've been setting the following resources:

      XmNlabelPixmap, (XtArgVal) check_pixmap
      XmNarmPixmap,   (XtArgVal) check_pixmap

Where check_pixmap is created via XCreatePixmapFromBitmapData
from data generated by the bitmap program (you know...when its 4:00 am
and you have nothing better to do than to draw bitmap icons
of fancy check marks :-)
   -- Brian
