ultimatepp/uppdev/stdapp/EnhParentCtrl.hpp
cxl 351994a6cc Adding uppdev....
git-svn-id: svn://ultimatepp.org/upp/trunk@328 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-08-15 08:36:24 +00:00

19 lines
354 B
C++

#ifndef ENH_PARENT_CTRL_HPP
#define ENH_PARENT_CTRL_HPP
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
class EnhancedParentCtrl : public ParentCtrl
{
private:
virtual void RightDown(Point, dword);
void LocalMenu(Bar& bar);
void OnLocal(String menu_name);
typedef EnhancedParentCtrl CLASSNAME;
public:
};
#endif