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

Difference between revisions of "Mirah/SWTSnippets"

Line 15: Line 15:
 
==== GridLayout  ====
 
==== GridLayout  ====
 
*[[Mirah/SWTSnippets/Snippet6|insert widgets into a grid layout]]
 
*[[Mirah/SWTSnippets/Snippet6|insert widgets into a grid layout]]
 +
 +
==== Tree, TreeItem, TreeColumn ====
 +
*[[Mirah/SWTSnippets/Snippet15|create a tree]]

Revision as of 15:15, 27 March 2011

The following are some of the SWT Snippets ported to Mirah. The intent is to illustrate how SWT can be used by Mirah programs.

For setup instructions to setup Mirah with SWT, see Mirah/SWTSetup.  See also the Mirah wiki page.


Composite

GC

GridLayout

Tree, TreeItem, TreeColumn

Back to the top