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:14] ochosireleng:4.14:roadmap:deprecated-widgets [2015/03/15 21:19] bluesabre
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 22: Line 25:
   * [[https://developer.gnome.org/gtk3/stable/GtkListBox.html|GtkListBox]] (e.g. for settings; is searchable)   * [[https://developer.gnome.org/gtk3/stable/GtkListBox.html|GtkListBox]] (e.g. for settings; is searchable)
   * [[https://developer.gnome.org/gtk3/stable/GtkStack.html|GtkStack]] (as replacement for GtkNotebook in some contexts)   * [[https://developer.gnome.org/gtk3/stable/GtkStack.html|GtkStack]] (as replacement for GtkNotebook in some contexts)
 +  * GtkSwitch (instead of GtkCheckButton in some cases)