Fix missing or broken interface items for Phoenix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2011-11-02 20:22:29 +00:00
parent c276efd946
commit 7106fc4674
5 changed files with 66 additions and 4 deletions

View File

@@ -327,3 +327,6 @@ public:
*/
void SetValue(double value);
};
wxEventType wxEVT_COMMAND_SPINCTRL_UPDATED;
wxEventType wxEVT_COMMAND_SPINCTRLDOUBLE_UPDATED;