Mercurial > mercurial > hgweb_searcher03.cgi
diff include/preview.h @ 12:52958cd4a073
Implement Force Mask button in Batch Print Mode.
author | pyon@macmini |
---|---|
date | Sun, 18 May 2014 19:49:15 +0900 |
parents | dfcf8c973219 |
children | bbd65edf71d4 |
line wrap: on
line diff
--- a/include/preview.h Wed May 07 20:38:57 2014 +0900 +++ b/include/preview.h Sun May 18 19:49:15 2014 +0900 @@ -1,5 +1,5 @@ // Filename : preview.h -// Last Change: 01-May-2014. +// Last Change: 16-May-2014. // #ifndef __PREVIEW_H__ @@ -51,6 +51,8 @@ wxScrolledWindow* m_scrolledWindow; wxStaticBitmap* m_bitmap; PThumbnailPanel* m_thumbPanel; + wxTextCtrl* m_textInfo; + wxButton* m_buttonMaskPrint; wxButton* m_buttonPrint; wxButton* m_buttonClose;