Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
releng:4.14:roadmap:deprecated-widgets [2015/03/15 21:17] – [New Widgets in Gtk3 that we might want to use] ochosireleng:4.14:roadmap:deprecated-widgets [2015/03/27 11:18] – [Deprecations until Gtk3.14] ochosi
Line 1: Line 1:
 +==== Gtk 2-to-3 Migration Guide ====
 +  * From the Gnome folks, still very relevant: https://developer.gnome.org/gtk3/stable/gtk-migrating-2-to-3.html
 +
 ==== Gtk Symbol Check ==== ==== Gtk Symbol Check ====
   * Python script that checks your C source code for deprecated symbols and lists them   * Python script that checks your C source code for deprecated symbols and lists them
Line 10: Line 13:
  
 ^ Old Widget ^ New Widget ^ ^ Old Widget ^ New Widget ^
-| GtkAlignment | None. Use padding and margin in GtkWidget |+| GtkAlignment | None. Use padding and margin in GtkWidget (e.g. GtkBox with margin-start) |
 | GtkHBox | GtkBox | | GtkHBox | GtkBox |
 +| GtkHButtonBox | GtkButtonBox (might be deprecated in one of the next releases) | 
 | GtkHScale | GtkScale | | GtkHScale | GtkScale |
 | GtkImageMenuItem | GtkMenuItem, packed with GtkBox that holds GtkImage and GtkLabel | | GtkImageMenuItem | GtkMenuItem, packed with GtkBox that holds GtkImage and GtkLabel |