Features/GTK3/Porting/GetBooks: Difference between revisions
No edit summary |
|||
| Line 101: | Line 101: | ||
In that case we are creating a new instance of <tt>Gdk.Cursor</tt> every time that this chunk of code is called. I think that we could define all the cursor used by the Activity once at the beginning of the file maybe. ''We should discuss about this.'' | In that case we are creating a new instance of <tt>Gdk.Cursor</tt> every time that this chunk of code is called. I think that we could define all the cursor used by the Activity once at the beginning of the file maybe. ''We should discuss about this.'' | ||
= Notes = | |||
There are some things that I realized while I was doing the port. I will mention them here: | |||
* Gtk.Widget.hide_all() doesn't exist anymore. We should use just <tt>.hide</tt>: http://developer.gnome.org/gtk3/3.5/GtkWidget.html#gtk-widget-hide | |||
= References / Useful links = | = References / Useful links = | ||