Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] modifying widget border after creation

AFAIK, it cannot be modified after the creation.
--
Regards,
Stelian Iancu

----- Original Message -----
From: "Rodríguez Miguélez, Adolfo" <adolfor@xxxxxxxxxx>
To: <platform-swt-dev@xxxxxxxxxxx>
Sent: Tuesday, May 13, 2003 4:18 PM
Subject: [platform-swt-dev] modifying widget border after creation


> Hi All,
>
> I would need to modify the broder of a widget after creation. For
example, a
> composite created as:
>
> Composite composite = new Composite(parent, SWT:NONE);
>
> would like to display a border for it.
>
> Does anyone know how to do it.
>
> I just know to set the border in class instatiation
>
> Composite composite = new Composite(parent, SWT:BORDER);
>
> but not modifying after.
>
> Thanks in advance,
>
> Adolfo
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top