Changeset 56218 for wxWidgets/trunk/src/osx/cocoa/textctrl.mm
- Timestamp:
- 10/10/08 12:01:32 (3 months ago)
- Files:
-
- 1 modified
-
wxWidgets/trunk/src/osx/cocoa/textctrl.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wxWidgets/trunk/src/osx/cocoa/textctrl.mm
r55990 r56218 137 137 long extraStyle) 138 138 { 139 NSView* sv = (wxpeer->GetParent()->GetHandle() );140 141 139 NSRect r = wxOSXGetFrameForControl( wxpeer, pos , size ) ; 142 140 wxNSTextField* v = [[wxNSTextField alloc] initWithFrame:r]; 143 [sv addSubview:v];144 141 145 142 if ( style & wxNO_BORDER )
