Author: dannym
Date: 2009-07-26 09:04:45 +0000 (Sun, 26 Jul 2009)
New Revision: 30395

Modified:
   pyxfce/branches/4.6/netk/window.defs
Log:
add 'NetkWindow.set_geometry' to the defs.

Modified: pyxfce/branches/4.6/netk/window.defs
===================================================================
--- pyxfce/branches/4.6/netk/window.defs        2009-07-26 09:01:29 UTC (rev 
30394)
+++ pyxfce/branches/4.6/netk/window.defs        2009-07-26 09:04:45 UTC (rev 
30395)
@@ -497,3 +497,14 @@
 )
 
 
+(define-method set_geometry
+  (of-object "NetkWindow")
+  (c-name "netk_window_set_geometry")
+  (return-type "none")
+  (parameters
+    '("int" "xp")
+    '("int" "yp")
+    '("int" "widthp")
+    '("int" "heightp")
+  )
+)

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to