Features/GTK3/Porting: Difference between revisions

No edit summary
No edit summary
Line 5: Line 5:
To document:
To document:
* Gtk.Alignment() no longer has default parameters - specify all 4
* Gtk.Alignment() no longer has default parameters - specify all 4
Conversion script badness:
<pre>
-        if self.orientation == gtk.ORIENTATION_HORIZONTAL:
+        if self.orientation == Gtk.ORIENTATION_HORIZONTAL:
</pre>
should be Orientation.HORIZONTAL