Visual studio 2005 thinks that long long int is 64 bit. The difference between
[dasher.git] / Src / Win32 / EditWrapper.h
blob5a98f6ac0a094360feb264f400946d67da1460a6
1 /* #pragma once */
2 /* #include "../DasherCore/DashEdit.h" */
3 /* #include "../DasherCore/DasherTypes.h" */
5 /* class CEditWrapper:public Dasher::CDashEditbox { */
6 /* public: */
7 /* CEditWrapper(void); */
8 /* ~CEditWrapper(void); */
10 /* void SetEventHandler(Dasher::CDashEditbox * pEventHandler) { */
11 /* m_pEventHandler = pEventHandler; */
12 /* } */
14 /* virtual void HandleEvent(Dasher::CEvent * pEvent); */
16 /* // Obsolete functions (should no longer be called) */
18 /* virtual void get_new_context(std::string & str, int max) { */
19 /* }; */
20 /* virtual void output(const std::string & sText) { */
21 /* }; */
22 /* virtual void deletetext(const std::string & sText) { */
23 /* }; */
25 /* // Functions still to be implemented in new scheme */
27 /* virtual void outputcontrol(void *pointer, int data, int type) { */
28 /* }; */
30 /* // Functions which shouldn't be anything to do with the Dasher control */
32 /* virtual void write_to_file() { */
33 /* }; */
34 /* virtual void Clear() { */
35 /* }; */
36 /* virtual void SetEncoding(Dasher::Opts::FileEncodingFormats Encoding) { */
37 /* }; */
38 /* virtual void SetFont(std::string Name, long Size) { */
39 /* }; */
41 /* private: */
42 /* Dasher::CDashEditbox * m_pEventHandler; */
43 /* }; */