LiFan
2025-04-25 9a1a958cc97cdf47a38063500c36160183c7227e
jrj/xframe/wobject/xnode.hpp
@@ -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);
   }
};