LiFan
2025-03-24 5d002acc3431fd6c7ec13ff003193814e9639684
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);
   }
};