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 "14 Dialogs"

(Setting the Title)
(Replaced content with "This page was obsolete and has been deleted. Please see the history if you need to access the content.")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Comparison SWT / RWT|Back to RWTOverview]]
+
This page was obsolete and has been deleted. Please see the history if you need to access the content.
 
+
==Dialogs==
+
An implementation of class <code>Dialog</code> exists now. Together with the appropriate style bits on class <code>Shell</code> You can build (modal) dialogs.
+
 
+
===Creation===
+
tbd
+
 
+
===Opening a Dialog===
+
tbd
+
 
+
===Setting the Title===
+
identical
+
 
+
===MessageBox===
+
Not yet implemented.
+
 
+
===FileDialog===
+
Not yet implemented.
+
 
+
===DirectoryDialog===
+
Not yet implemented.
+
 
+
===ColorDialog===
+
Not yet implemented.
+
 
+
===FontDialog===
+
Not yet implemented.
+

Latest revision as of 06:34, 7 January 2014

This page was obsolete and has been deleted. Please see the history if you need to access the content.

Back to the top