'GetText' :
(0,
- 'wxString %s();',
+ 'wxString %s() const;',
- '''wxString %s() {
+ '''wxString %s() const {
int len = GetTextLength();
wxMemoryBuffer mbuf(len+1); // leave room for the null...
char* buf = (char*)mbuf.GetWriteBuf(len+1);
'LineFromPosition',
'PositionFromLine',
'LineLength',
+ 'CanRedo',
+ 'CanUndo',
))
#----------------------------------------------------------------------------