Changeset 720
- Timestamp:
- 07/29/07 03:29:42 (1 year ago)
- Files:
-
- other/dps/trunk/dsssps/newfile.d (modified) (1 diff)
- other/dps/trunk/dsssps/newsection.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
other/dps/trunk/dsssps/newfile.d
r719 r720 26 26 wxDefaultPosition, wxSize(310, 30)); 27 27 bs.Add(tctl, 0, Stretch.wxEXPAND | Direction.wxALL, 5); 28 tctl.SetFocus(); 28 29 29 30 // and a button to create other/dps/trunk/dsssps/newsection.d
r713 r720 32 32 EVT_TEXT(tctlId, &OnChange); 33 33 bs.Add(tctl, 0, Stretch.wxEXPAND | Direction.wxALL, 5); 34 tctl.SetFocus(); 34 35 35 36 // and the choice of types
