Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Features/GTK3/Porting
(view source)
Revision as of 02:01, 30 October 2011
196 bytes added
,
02:01, 30 October 2011
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
DanielDrake
105
edits