qianxj2004
2025-06-10 3e154206139f2fc8aeeab61c12c38717e55b3fc6
jrj/xframe/wobject/xnode.hpp
@@ -18,7 +18,7 @@
public:
   knode* getKNode()
   {
      (knode*)this->GetNativePtr();
      return (knode*)this->GetNativePtr();
   }
public:
   LPCWSTR GetNodeName()
@@ -236,4 +236,13 @@
   {
      return getKNode()->SetLayerFlow(pNode,dwLayerFlow);
   }
   int SetWidthHeight(int width, int height)
   {
      return getKNode()->SetWidthHeight(width, height);
   }
   int MoveTo(LPTSTR Name)
   {
      return getKNode()->MoveTo(Name);
   }
};