]> git.saurik.com Git - wxWidgets.git/commit
Loads of updates/fixes. Everything is now zero-based (positions, columns,
authorHarco de Hilster <harcoh@caos.kun.nl>
Sun, 31 Jan 1999 04:15:31 +0000 (04:15 +0000)
committerHarco de Hilster <harcoh@caos.kun.nl>
Sun, 31 Jan 1999 04:15:31 +0000 (04:15 +0000)
commitac0d36b5237d14ec05b4b7f5d88a08bdad82a511
tree5b7e16edbb0fecbceb993f7f05c7e4e02256eedd
parent71777e2c27d55e0e1159f3ceb59fc62001975f8a
Loads of updates/fixes. Everything is now zero-based (positions, columns,
line numbers, insertion points, the whole business). SetInsertionPoint now
works, sort of. It doesn't move the actual cursor, but WriteText will
insert at the newly set insertion point (after which the cursor is moved
anyway). This should be good enough for most uses. See further comments
in the source. BTW, WriteText now inserts text at the current point (used
to append to the end only).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/textctrl.cpp
src/gtk1/textctrl.cpp