diff include/delwhite.h @ 3:a5bddd859104

implement delwhtie
author pyon@macmini
date Tue, 04 Oct 2011 07:43:08 +0900
parents 1ea4f7981ff5
children a505f7417742
line wrap: on
line diff
--- a/include/delwhite.h	Sun Oct 02 18:44:03 2011 +0900
+++ b/include/delwhite.h	Tue Oct 04 07:43:08 2011 +0900
@@ -1,5 +1,5 @@
 // Filename   : delwhite.h
-// Last Change: 02-Oct-2011.
+// Last Change: 03-Oct-2011.
 //
 #ifndef __DELWHITE__
 #define __DEWHITEL__
@@ -40,6 +40,7 @@
 		FrameDelWhite( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxCAPTION|wxFRAME_NO_TASKBAR|wxMAXIMIZE_BOX|wxRESIZE_BORDER|wxTAB_TRAVERSAL );
 		~FrameDelWhite();
 
+        void UpdateList(wxCommandEvent&);
         void DeleteImage(wxCommandEvent&);
         void CloseFrame(wxCommandEvent&);
         void LoadImages(void);