diff include/mainframe.h @ 1:f40a65687079

small fix.
author pyon@macmini
date Mon, 10 Jun 2019 05:56:36 +0900
parents 2f5584f0d127
children 45d4fd954c31
line wrap: on
line diff
--- a/include/mainframe.h	Sat Jun 08 16:21:40 2019 +0900
+++ b/include/mainframe.h	Mon Jun 10 05:56:36 2019 +0900
@@ -1,5 +1,5 @@
 // Filename   : mainframe.h
-// Last Change: 2019-06-07 Fri 22:20:40.
+// Last Change: 2019-06-09 Sun 16:31:59.
 //
 #pragma once
 
@@ -66,7 +66,7 @@
 		wxStaticText*		m_staticTextCcn;
 		wxComboBox*			m_comboBox;
 		wxStaticText*		m_staticTextDrive;
-		//wxComboBox*			m_comboBoxDrive2;   // check list box
+        wxCheckListBox*     m_checkList;
 		wxButton* 			m_buttonMkdir;
 
 		wxStaticLine*       m_staticline;
@@ -104,7 +104,7 @@
 		wxButton*           m_buttonDel;
 		wxSlider* 			m_slider;
 		wxButton*           m_buttonUpdate;
-		//* m_customControl;
+        ListThumbnail*      m_listViewThumb;
 
 		wxCollapsiblePane*	m_collapsiblePane;
 		wxTextCtrl*			m_textCtrlMsg;
@@ -140,12 +140,17 @@
 
 		void OnMakeDir( wxCommandEvent& event );
 		void OnPrint( wxCommandEvent& event );
+
+		void OnHno( wxCommandEvent& event );
 		void OnMove( wxCommandEvent& event );
 
+        void OnUpdate( wxCommandEvent& event);
+
 		void OnClose( wxCloseEvent& event );
 
 		void CreateControls( void );
-		void SetCanvas( void );
+		void UpdateCanvas( void );
+		void UpdateThumbnail( void );
 		void LookMarksheet( wxString file );
 		void DoMask( wxString file, wxRect rect );
 };