pygtk r3063 - in branches/pygtk-2-14: . gtk
- From: paulp svn gnome org
- To: svn-commits-list gnome org
- Subject: pygtk r3063 - in branches/pygtk-2-14: . gtk
- Date: Tue, 6 Jan 2009 21:04:03 +0000 (UTC)
Author: paulp
Date: Tue Jan 6 21:04:03 2009
New Revision: 3063
URL: http://svn.gnome.org/viewvc/pygtk?rev=3063&view=rev
Log:
Merge from trunk:
2008-09-09 Paul Pogonyshev <pogonyshev gmx net>
Bug 551505 â set_parent_window(None) should work
* gtk/gtk-base.defs (gtk.Widget.set_parent_window): Accept None
too.
Modified:
branches/pygtk-2-14/ (props changed)
branches/pygtk-2-14/ChangeLog
branches/pygtk-2-14/gtk/gtk-base.defs
Modified: branches/pygtk-2-14/gtk/gtk-base.defs
==============================================================================
--- branches/pygtk-2-14/gtk/gtk-base.defs (original)
+++ branches/pygtk-2-14/gtk/gtk-base.defs Tue Jan 6 21:04:03 2009
@@ -26194,7 +26194,7 @@
(c-name "gtk_widget_set_parent_window")
(return-type "none")
(parameters
- '("GdkWindow*" "parent_window")
+ '("GdkWindow*" "parent_window" (null-ok))
)
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]