]> git.saurik.com Git - wxWidgets.git/commitdiff
Applied patch [ 1178610 ] datectlg.cpp: wxDropdownButton + bug fixes
authorJulian Smart <julian@anthemion.co.uk>
Sat, 16 Apr 2005 10:32:36 +0000 (10:32 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 16 Apr 2005 10:32:36 +0000 (10:32 +0000)
Jaakko Salli

This patch modifies datectlg.cpp's wxDropdownButton in
such manner that it should be much easier to convert it
into a generic drop button class. Also, it is now more
universal in the respect that it should work on
platforms other than wxMSW and wxGTK (wxBitmapButton
being prime prerequisite).

Plus there are some bug fixes for wxDatePickerCtrlGeneric.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/datectrl.h

index 6f83acb04253186e8defa934a8b34547d9bf9c66..4b3eb201ca9c1bf5da9a41abd7fd3843b1e7535c 100644 (file)
@@ -89,6 +89,7 @@ private:
     void OnSetFocus(wxFocusEvent &event);
     void OnKillFocus(wxFocusEvent &event);
     void OnChildSetFocus(wxChildFocusEvent &event);
+    void OnSize(wxSizeEvent& event);
 
 
     wxDatePopupInternal *m_popup;