jrj/xframe/wobject/xwin.hpp
@@ -11,6 +11,7 @@ using kcontrol = Hxsoft::XFrame::IXFControl; using knode = Hxsoft::XFrame::IXNode; #define export __declspec(dllexport) #define DeclWinObject_(ty,pty) class __declspec(dllexport) ty : public pty #define CreateWinObject_(ty,pty) \ public:\ @@ -122,6 +123,11 @@ return xnode(getKWin()->SetAgentNodeContent((knode*)node.getNativePointer(), (knode*)val.getNativePointer())); } Hxsoft::XFrame::IXPage* GetXPage() { return getKWin()->GetXPage(); } LPARAM GetWinParam() { return (LPARAM)getKWin()->GetParam();