[Xfce4-commits] r30395 - pyxfce/branches/4.6/netk
Danny Milosavljevic
dannym at xfce.org
Sun Jul 26 11:04:45 CEST 2009
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")
+ )
+)
More information about the Xfce4-commits
mailing list