Features/GTK3/Porting/GetBooks: Difference between revisions
| Line 196: | Line 196: | ||
* There is something related with <tt>.pack_start</tt> that I couldn't find it out and understand either: http://wiki.sugarlabs.org/go/Features/GTK3/Porting#HBox.2C_VBox.2C_pack_start_and_pack_end | * There is something related with <tt>.pack_start</tt> that I couldn't find it out and understand either: http://wiki.sugarlabs.org/go/Features/GTK3/Porting#HBox.2C_VBox.2C_pack_start_and_pack_end | ||
* I didn't find a solution for this yet: '''gtk.gdk.Pixbuf.save_to_callback'''. So, at the moment, I'm not saving the preview cover for the books | * I didn't find a solution for this yet: '''gtk.gdk.Pixbuf.save_to_callback'''. So, at the moment, I'm not saving the preview cover for the books | ||
* If the code creates some own object, and it defines some properties, you should use '''__gproperties__''' dictionary: http://python-gtk-3-tutorial.readthedocs.org/en/latest/objects.html#GObject.GObject.__gproperties__ | |||
= References / Useful links = | = References / Useful links = | ||