xj qian
2025-03-01 de912d29bb06ebfb88552ede51cf1cb99a1eafc6
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);
   }
};