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"

m
(Dialogs)
Line 2: Line 2:
  
 
==Dialogs==
 
==Dialogs==
Not yet implemented.
+
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===
 
===Creation===
 +
tbd
  
 
===Opening a Dialog===
 
===Opening a Dialog===
 +
tbd
  
 
===Setting the Title===
 
===Setting the Title===
 +
tbd
  
 
===MessageBox===
 
===MessageBox===
 +
Not yet implemented.
  
 
===FileDialog===
 
===FileDialog===
 +
Not yet implemented.
  
 
===DirectoryDialog===
 
===DirectoryDialog===
 +
Not yet implemented.
  
 
===ColorDialog===
 
===ColorDialog===
 +
Not yet implemented.
  
 
===FontDialog===
 
===FontDialog===
 +
Not yet implemented.

Revision as of 12:44, 29 January 2007

Back to RWTOverview

Dialogs

An implementation of class Dialog exists now. Together with the appropriate style bits on class Shell You can build (modal) dialogs.

Creation

tbd

Opening a Dialog

tbd

Setting the Title

tbd

MessageBox

Not yet implemented.

FileDialog

Not yet implemented.

DirectoryDialog

Not yet implemented.

ColorDialog

Not yet implemented.

FontDialog

Not yet implemented.

Back to the top