Added some missing wxTextCtrl functions: Undo, Redo, CanUndo, CanRedo,
authorJulian Smart <julian@anthemion.co.uk>
Tue, 6 Apr 1999 16:32:33 +0000 (16:32 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 6 Apr 1999 16:32:33 +0000 (16:32 +0000)
commitca8b28f2efff34b9939035a7aeb1de1e3ac98a0c
tree23d70b744225972197045ab04c9b1ca95e8d4760
parent49d5d881d4cfacbf5a7b902612ac01a348f6809f
Added some missing wxTextCtrl functions: Undo, Redo, CanUndo, CanRedo,
CanCopy, CanCut, CanPaste, GetSelection, IsEditable.
Also added wxNotebook::SetTabSize (only implemented on wxMSW but necessary
when using just an icon).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
19 files changed:
docs/latex/wx/text.tex
include/wx/generic/notebook.h
include/wx/gtk/notebook.h
include/wx/gtk/textctrl.h
include/wx/gtk1/notebook.h
include/wx/gtk1/textctrl.h
include/wx/motif/textctrl.h
include/wx/msw/textctrl.h
include/wx/stubs/notebook.h
include/wx/stubs/textctrl.h
src/generic/notebook.cpp
src/gtk/notebook.cpp
src/gtk/textctrl.cpp
src/gtk1/notebook.cpp
src/gtk1/textctrl.cpp
src/motif/textctrl.cpp
src/msw/textctrl.cpp
src/stubs/notebook.cpp
src/stubs/textctrl.cpp