ultimatepp/bazaar/GoogleTranslatorDemo/NeedAdd.h
tojocky 39ed21b88e GoogleTranslator library + GUI example + simple console example
git-svn-id: svn://ultimatepp.org/upp/trunk@1245 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-05-29 21:07:52 +00:00

19 lines
450 B
C++

#ifndef _GoogleTranslatorDemo_NeedAdd_h_
#define _GoogleTranslatorDemo_NeedAdd_h_
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
class TopWindowSpecific : public TopWindow{
public:
typedef TopWindowSpecific CLASSNAME;
#ifdef PLATFORM_WIN32
// Overriding default WindowProc
virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
#endif
//... Need to add this event for other plathorms
Callback WhenMinimize;
};
#endif