]> git.saurik.com Git - wxWidgets.git/commit
Document wxSpinCtrlDouble in correct header file.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Dec 2009 12:00:16 +0000 (12:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Dec 2009 12:00:16 +0000 (12:00 +0000)
commit42427d895044479cf5dfe341db26b39ad4d8ff8f
treeb40c5078adec780770187231e38769e576601f8f
parent16e40259d6b5b4e16082adcbbe15792c1908fdb7
Document wxSpinCtrlDouble in correct header file.

The public header for this class is wx/spinctrl.h, but it was documented in
wx/generic/spinctrg.h which didn't even correspond to an existing real header
file (which is called spinctlg.h). Move the documentation to wx/spinctrl.h and
remove the old file.

Closes #11548.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/generic/spinctrg.h [deleted file]
interface/wx/spinctrl.h