LiFan
2025-04-16 a0eb317d8e9a4aa9c5a7cab23c90dc9862c981b1
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);
   }
};