Update of /cvsroot/darkeyetool/det/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21361/src/gui
Modified Files:
PersonGUIwx.cpp PersonGUIwx.h
Log Message:
wxCommandEvent geändert zu wxNotebookEvent (wegen wxGTK 2.5.2)
Index: PersonGUIwx.h
===================================================================
RCS file: /cvsroot/darkeyetool/det/src/gui/PersonGUIwx.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** PersonGUIwx.h 13 Apr 2004 17:37:42 -0000 1.23
--- PersonGUIwx.h 12 Jul 2004 16:24:27 -0000 1.24
***************
*** 30,35 ****
//@+node:<< includes >>
#include "MengeGUIwx.h"
! #include "wx/grid.h"
!
#include "dsa/NDSABasis.h"
--- 30,35 ----
//@+node:<< includes >>
#include "MengeGUIwx.h"
! #include <wx/grid.h>
! #include <wx/notebook.h>
#include "dsa/NDSABasis.h"
***************
*** 455,459 ****
void OnGroesseWurf (wxCommandEvent& event);
void OnAlterWurf (wxCommandEvent& event);
! void OnUpdate (wxCommandEvent& event);
void OnGeschlecht (wxCommandEvent& event);
//@nonl
--- 455,459 ----
void OnGroesseWurf (wxCommandEvent& event);
void OnAlterWurf (wxCommandEvent& event);
! void OnUpdate (wxNotebookEvent& event);
void OnGeschlecht (wxCommandEvent& event);
//@nonl
***************
*** 472,475 ****
--- 472,478 ----
//@+node:<< Version History >>
// $Log$
+ // Revision 1.24 2004/07/12 16:24:27 twel
+ // wxCommandEvent geändert zu wxNotebookEvent (wegen wxGTK 2.5.2)
+ //
// Revision 1.23 2004/04/13 17:37:42 twel
// wxTextCtrl ein paar mal durch wxStaticText ersetzt, für besseren Look in Linux
Index: PersonGUIwx.cpp
===================================================================
RCS file: /cvsroot/darkeyetool/det/src/gui/PersonGUIwx.cpp,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** PersonGUIwx.cpp 25 Jun 2004 16:12:26 -0000 1.63
--- PersonGUIwx.cpp 12 Jul 2004 16:24:26 -0000 1.64
***************
*** 2730,2734 ****
//@-node:OnAlterWurf
//@+node:OnUpdate
! void PersonGUIwx::OnUpdate(wxCommandEvent& WXUNUSED(event)) {
Update();
}
--- 2730,2734 ----
//@-node:OnAlterWurf
//@+node:OnUpdate
! void PersonGUIwx::OnUpdate(wxNotebookEvent& WXUNUSED(event)) {
Update();
}
***************
*** 3816,3819 ****
--- 3816,3822 ----
//@+node:<< Version History >>
// $Log$
+ // Revision 1.64 2004/07/12 16:24:26 twel
+ // wxCommandEvent geändert zu wxNotebookEvent (wegen wxGTK 2.5.2)
+ //
// Revision 1.63 2004/06/25 16:12:26 twel
// wxListBox::Number() ersetzt durch GetCount() (deprecated)
|