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"

(New page: The following are some of the [http://www.eclipse.org/swt/snippets SWT Snippets] ported to [http://www.mirah.org Mirah]. The intent is to illustrate how SWT can be used by Mirah programs. ...)
 
Line 1: Line 1:
 
The following are some of the [http://www.eclipse.org/swt/snippets SWT Snippets] ported to [http://www.mirah.org Mirah]. The intent is to illustrate how SWT can be used by Mirah programs.  
 
The following are some of the [http://www.eclipse.org/swt/snippets SWT Snippets] ported to [http://www.mirah.org 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]].  
+
For setup instructions to setup Mirah with SWT, see [[Mirah/SWTSetup]].  See also the [[Mirah]] wiki page.
 +
 
  
See also the [[Mirah]] wiki page.
 
  
 
*[[Mirah/SWTSnippets/Snippet1|Hello world (empty shell)]]
 
*[[Mirah/SWTSnippets/Snippet1|Hello world (empty shell)]]

Revision as of 00:04, 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.


GridLayout

Back to the top