PV-Wave widget question [message #7583] |
Thu, 05 December 1996 00:00 |
rkj
Messages: 66 Registered: February 1996
|
Member |
|
|
Is there a way to change the width of a file selection
widget? I have tried modifying the Motif resource with
WtSet but it seems to ignore it. I am able to change other
resources (i.e. colors,callbacks,etc.) but it will not allow
me to modify the width (or height) resource.
I like to create widgets with Ww commands and modify them
with WtSet, if the defaults are not exactly what I want.
Here is my code:
file = WwFileSelection(wid,'GetFilenameOK','CancelFileCB')
args={,width:500,noResize:1}
status = WtSet(file,args)
The noResize resource is set properly but the width is not.
There ought to be keywords for width and height associated with
WwFileSelection, and then I would not have to deal with Wt
at all.
Any suggestions?
Kyle J.
|
|
|