Changeset 66
- Timestamp:
- 05/19/07 09:37:21 (2 years ago)
- Files:
-
- branches/bughunt/samples/notepad.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/bughunt/samples/notepad.d
r65 r66 10 10 import std.stdio; 11 11 import std.file; 12 version(LOG) import minwin.logging;13 12 14 13 extern(C) … … 28 27 menu.add("Quit", File.Quit); 29 28 30 auto tab = new TableLayout( [1.0],[1.0]);29 auto tab = new TableLayout(1,1); 31 30 win.layoutMgr = tab; 32 31 auto text = new MultiLineText(win);
