[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [SWT] Table Columns

thanx felipe !

i just don't see this method :)


<Felipe_Heidrich@xxxxxxx> schrieb im Newsbeitrag
news:aje0qg$gpt$1@xxxxxxxxxxxxxxxx
> Hi,
> From the TableColumn API
>
> /**
>  * Sets the resizable attribute.  A column that is
>  * not resizable cannot be dragged by the user but
>  * may be resized by the programmer.
>  *
>  * @param resizable the resize attribute
>  *
>  * @exception SWTException <ul>
>  *    <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
>  *    <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that
created the receiver</li>
>  * </ul>
>  */
> public void setResizable (boolean resizable)
>
>