Changes between Version 5 and Version 6 of WxWidgetsPort
- Timestamp:
- 01/16/10 11:33:45 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WxWidgetsPort
v5 v6 214 214 ListItem info = new ListItem() 215 215 -> 216 info = ListItem # or info as ListItem = ListItem()216 info = ListItem() # or info as ListItem = ListItem() 217 217 }}} 218 218 … … 377 377 Frame.Icon, .icon property -> no workaround. [[br]] 378 378 Frame.!StatusBar, .statusBar text property -> use method .setStatusBar(text) instead.[[br]] 379 380 These and much of the above issues with recognising lowercased namespace references should be corrected (or at least improved) with the 381 fix to ticket:184.