SettingsDialog.st
changeset 13114 e14beaa8fbf3
parent 13086 4964c4ee8a9c
child 13115 bb83def3ead7
--- a/SettingsDialog.st	Fri Jul 05 03:25:36 2013 +0000
+++ b/SettingsDialog.st	Fri Jul 05 10:12:58 2013 +0200
@@ -54,8 +54,13 @@
 "
     This is an application which presents a hierarchy of settings applications.
     It is used (among others) in the launcher's and filebrowser's settings-dialogs.
-    However, it is rather generic and can be setup for any applications setting dialog
-    See class>>examples for more info.
+
+    However, it is rather generic and can be setup for any application's setting dialog.
+    The actual contents (i.e. the arganization tree and tab contents) is provided
+    by a spec-array (the settingsList).
+    You will find a default settings list here, but in theory, applications may provide
+    their own one, or modify a copy of that list for specialized settings dialogs.
+    See class>>examples and #defaultSettingsApplicationList for more info.
 
     [author:]
         Christian Penk, eXept Software AG
@@ -1618,15 +1623,15 @@
 !SettingsDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.103 2013-07-04 06:54:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.104 2013-07-05 08:12:58 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.103 2013-07-04 06:54:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.104 2013-07-05 08:12:58 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: SettingsDialog.st,v 1.103 2013-07-04 06:54:05 cg Exp $'
+    ^ '$Id: SettingsDialog.st,v 1.104 2013-07-05 08:12:58 cg Exp $'
 ! !