diff mde/gui/widget/Ifaces.d @ 72:159775502bb4

The first dynamically generated widget lists, based on Options, are here!
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 05 Jul 2008 18:27:46 +0100
parents f54ae4fc2b2f
children 25cb7420dc91
line wrap: on
line diff
--- a/mde/gui/widget/Ifaces.d	Sat Jul 05 15:36:39 2008 +0100
+++ b/mde/gui/widget/Ifaces.d	Sat Jul 05 18:27:46 2008 +0100
@@ -70,8 +70,9 @@
  * A widget is a region of a GUI window which handles rendering and user-interaction for itself
  * and is able to communicate with it's window and parent/child widgets as necessary.
  *
- * A widget's constructor should have the prototype and doc explaining what initialization data is
- * used (excluding the widget ID, which every widget recieves):
+ * If a widget is to be creatable by Window.makeWidget, it must be listed in the createWidget
+ * module, have a constructor of the following form, and should implement getCreationData().
+ * Use Ddoc to explain what initialization data is used.
  * ----------------------------------
  * /++ Constructor for a ... widget.
  *  +