HELP: frames around widgets [message #4485] |
Fri, 16 June 1995 00:00 |
knight
Messages: 37 Registered: January 1992
|
Member |
|
|
My homegrown widgets look different under OpenWindows than under Motif. Under
OpenWindows each widget has a frame around it. Under Motif, there are no
frames. I set the keyword frame=0 as often as I can, but I can't get the
extraneous frames to go away. With nested widgets, the frames take extra room
and clutter the widget. Is there some Xresource I can set to eliminate these
frames under OpenWindows? An example is
base = widget_base(/column,frame = 0)
row = widget_base(base,/row,frame = 0)
donebutton = widget_button(row,value='DONE',uvalue = 'donebutton')
helpbutton = widget_button(row,value='HELP',uvalue = 'helpbutton')
widget_control,base,/realize
Under Openwindows I get frames, like this:
|--------------------|
||--------||--------||
|| DONE || HELP ||
||--------||--------||
|--------------------|
I want to eliminate the frames. Does anybody know what I'm doing wrong?
Thanks,
Fred
--
=Fred Knight (knight@ll.mit.edu) (617) 981-2027
C-483\\MIT Lincoln Laboratory\\244 Wood Street\\Lexington, MA 02173
|
|
|