I got it. it is SWT.None
thanks,
jim
"3rdshiftcoder" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> hi-
>
> i am trying to make a pyswt gui and when it gets to this line:
> colType = Combo(self.shell, SWT.NULL)
>
> i get:
> colType = Combo(self.shell, SWT.NULL)
> AttributeError:
hi-
i am trying to make a pyswt gui and when it gets to this line:
colType = Combo(self.shell, SWT.NULL)
i get:
colType = Combo(self.shell, SWT.NULL)
AttributeError: NULL
when using swt with java i had to have lots of imports at the beginning of a
swt file.
are they not needed when using pyswt