wxTextEntry::SetMargins(), GetMargins() - implemented on wxMSW and wxGTK (GTK+ 2...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sat, 5 Sep 2009 12:39:12 +0000 (12:39 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sat, 5 Sep 2009 12:39:12 +0000 (12:39 +0000)
commit0847e36eff0512bf3c50c01e8d9dcff5e693ada5
treedb28980447a3861ad665ea510735fd28426d9f68
parent8a9a313dcde0656e4ae4528f82460270db77b15c
wxTextEntry::SetMargins(), GetMargins() - implemented on wxMSW and wxGTK (GTK+ 2.10+); also added similar functions into wxComboCtrl, deprecated old indent-functions; wxPropertyGrid modified to use the new functionality

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
20 files changed:
include/wx/combo.h
include/wx/gtk/combobox.h
include/wx/gtk/textctrl.h
include/wx/gtk/textentry.h
include/wx/msw/textentry.h
include/wx/propgrid/propgriddefs.h
include/wx/richtext/richtextctrl.h
include/wx/textentry.h
interface/wx/combo.h
interface/wx/textentry.h
src/common/combocmn.cpp
src/common/textentrycmn.cpp
src/generic/combog.cpp
src/generic/odcombo.cpp
src/gtk/textctrl.cpp
src/gtk/textentry.cpp
src/msw/combo.cpp
src/msw/textentry.cpp
src/propgrid/editors.cpp
src/propgrid/propgrid.cpp