[comp.windows.x] Need help with moving widget

genesis@csuchico.edu (Steven Chang) (10/11/90)

Hi,
	I just wonder if anyone can help with this simple and annoying 
problem with moving a widget.  I am using aw form widget, in it I have
a button or two of command widget.  I have been trying make the widget 
move to a new location.  I try using both the ArgList x, y position and
XtMoveWidget function without any success.  What give?  Any help would
be appreciated.  Please respond to my email cause it's hard to monitor
this news group with its large amount of posting...:-)

By the way, I'm using X11R4.  Here's the sample code:

pressme = XtCreateManagedWidget("pressme",commandWidgetClass, form, NULL, 0);

XtMoveWidget(pressme,10,100);

thanks
Steven

email:	genesis@csuchico.edu