xj qian
2024-11-05 06a9a4b01cda9c380e52eb875d7bb7c1c874954a
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);
   }
};