Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Mirah/SWTSnippets

< Mirah
Revision as of 12:25, 28 March 2011 by Unnamed Poltroon (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The following are some of the SWT Snippets ported to Mirah. The intent is to illustrate how SWT can be used by Mirah programs, and to show Eclipse/SWT developers some examples in Mirah, not to exhaustively port all the existing snippets.

For instructions to set up Mirah with SWT, see Mirah/SWTSetup.

Hello world

Composite

GC

GridLayout

Tree, TreeItem, TreeColumn

Back to the top