X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fcharwindow.h;h=0f6add1955ee43195d216d5cd7acf95c3507eef1;hb=c84263bb8b0d16e4c6da49aa0b7d0bc904ae02b1;hp=19fefb2e31ff4e448e9644284d701b717e4e63e9;hpb=4e11c12e60477f13a26c0bbad41fbd9a2b1db5d9;p=ttedit diff --git a/src/charwindow.h b/src/charwindow.h index 19fefb2..0f6add1 100755 --- a/src/charwindow.h +++ b/src/charwindow.h @@ -1,33 +1,33 @@ -// -// CHARWINDOW.H: Header file -// -// by James L. Hammons -// (C) 2008 Underground Software -// - -#ifndef __CHARWINDOW_H__ -#define __CHARWINDOW_H__ - -#include // So that whoever uses this can without having - // to pull in a bunch of references manually -#include - -class CharWindow: public wxMiniFrame -{ - private: - protected: - public: - wxBitmap * bmp; - - // Constructor and destructor -// CharWindow(wxFrame * parent, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = 0); - CharWindow(wxFrame * parent, const wxString &title, const wxPoint &pos, const wxSize &size, long style); - ~CharWindow(void); - - void OnPaint(wxPaintEvent &e); -// void OnMouseEvent(wxMouseEvent &e); - - DECLARE_EVENT_TABLE() -}; - -#endif // __CHARWINDOW_H__ +// +// CHARWINDOW.H: Header file +// +// by James L. Hammons +// (C) 2008 Underground Software +// + +#ifndef __CHARWINDOW_H__ +#define __CHARWINDOW_H__ + +#include // So that whoever uses this can without having + // to pull in a bunch of references manually +#include + +class CharWindow: public wxMiniFrame +{ + private: + protected: + public: + wxBitmap * bmp; + + // Constructor and destructor +// CharWindow(wxFrame * parent, const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = 0); + CharWindow(wxFrame * parent, const wxString &title, const wxPoint &pos, const wxSize &size, long style); + ~CharWindow(void); + + void OnPaint(wxPaintEvent &e); +// void OnMouseEvent(wxMouseEvent &e); + + DECLARE_EVENT_TABLE() +}; + +#endif // __CHARWINDOW_H__