[comp.windows.x] how do I create a button? with a color pixmap using Athena Widgets?

ckr9498@manamacs.rit.edu (Charles K Ringo;902;icsg3;001011) (01/27/91)

	I am tring to assign a pixmap to a Command Button Widget
for part of my project. At first the tried to use:

	XtSetArg(args[0],XtNpixmap,pixmap);

	And sometime it gave me errors. Others just does nothing.
And I would like to have a color pixmap provided by my program and
use it as a Command Button. Do you know a easy way to set it by my
program?

	At this site I have Xlib's Xaw and Xt libraries.
	X version: X11R4

			Charles Ringo