Changes

Jump to navigation Jump to search
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
105

edits

Navigation menu