diff dynamin/gui/scrollable.d @ 14:e6e201c3a439

Remove ANSI functions from Windows binding and convert inner tabs to spaces in 4 files. Big spacing cleanup in Windows binding.
author Jordan Miner <jminer7@gmail.com>
date Sat, 18 Jul 2009 02:35:24 -0500
parents 4029d5af7542
children 73060bc3f004
line wrap: on
line diff
--- a/dynamin/gui/scrollable.d	Sat Jul 18 01:45:17 2009 -0500
+++ b/dynamin/gui/scrollable.d	Sat Jul 18 02:35:24 2009 -0500
@@ -126,9 +126,9 @@
  * -----
  * class YourControl : Scrollable {
  *   protected override void whenContentPainting(PaintingEventArgs e) {
- * 	   with(e.graphics) {
- * 	     drawText("Hello World", 5, 5);
- * 	   }
+ *     with(e.graphics) {
+ *       drawText("Hello World", 5, 5);
+ *     }
  *   }
  * }
  * -----