Xfce Wiki

Sub domains
 

This is an old revision of the document!


Deprecations until Gtk3.14

GTK_STOCK: Use normal translatable strings and icons instead.

Old Widget New Widget
GtkAlignment None. Use padding and margin in GtkWidget
GtkImageMenuItem GtkMenuItem, packed with GtkBox that holds GtkImage and GtkLabel
GtkTable GtkGrid

New Widgets in Gtk3 that we might want to use

  • GtkListBox (e.g. for settings; is searchable)
  • GtkStack (as replacement for GtkNotebook in some contexts)