Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: AW: [platform-swt-dev] How To make MDI, Menu and InternalFrame

At novocode.com there is a custom (non-native) SWT control that simulates MDI:
http://www.novocode.com/swt/

Hope this helps,

Matthew

Steffen Klössel wrote:

Ahoi

 

MDI in style of Microsoft Windows MDI are not possible with SWT, because these MDI’s are not platform-independent.

But you can create an tabbed MDI. Herefore you have to use the TabControl and TabFolder widgets with SWT.CLOSE style.

The SWT.CLOSE style for TabFolder widgets enables the user to close folders.

 

Regards

Steffen

 


Von: platform-swt-dev-bounces@xxxxxxxxxxx [mailto:platform-swt-dev-bounces@xxxxxxxxxxx] Im Auftrag von UR, Arjunsridhar
Gesendet: Mittwoch, 4. April 2007 12:24
An: Eclipse Platform SWT component developers list.
Betreff: [platform-swt-dev] How To make MDI, Menu and InternalFrame

 

Hai Friends,

Please Help me how to create MDI, Menu and Internal Frame

Regards,

Arjun SridharUR

 
This email is confidential. If you are not the addressee tell the sender immediately and destroy this email
without using, sending or storing it. Emails are not secure and may suffer errors, viruses, delay,
interception and amendment. Standard Chartered PLC and subsidiaries ("SCGroup") do not accept liability for
damage caused by this email and may monitor email traffic.

_______________________________________________ platform-swt-dev mailing list platform-swt-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top