jrj/xframe/wobject/xwin.hpp
@@ -16,7 +16,7 @@ public:\ ty(void* impl,HWND hWnd):pty(impl,hWnd){}\ public:\ ty * CreateInstance(void* impl,void* hWnd)\ static ty * CreateInstance(void* impl,void* hWnd)\ {\ return new ty(impl,(HWND)hWnd);\ } @@ -67,7 +67,7 @@ return getKWin()->AttachEvent((LPTSTR)msg,*(Hxsoft::XFrame::FEvent*)&fnEvt,this); } kcontrol* GetControl(const wchar_t* ctrlname) kcontrol* xcontrol(const wchar_t* ctrlname) { return getKWin()->GetControl(ctrlname); }