summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-05-30 14:24:34 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-05-30 19:31:38 -0400
commit9c849d208467420179367d6eb0931132e6853096 (patch)
treebca9b67621dc2a03c3fb2d681b08afcf8cdc6c6f /docs
parent336b30c5326de935fac874110d10eb4dddf179fd (diff)
downloadgtk+-9c849d208467420179367d6eb0931132e6853096.tar.gz
docs: Update the list widget overview
Fill in the GtkComboBox and GtkCellView replacements in the quick reference table.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/section-list-widget.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/gtk/section-list-widget.md b/docs/reference/gtk/section-list-widget.md
index 6c4fd1898d..198b089973 100644
--- a/docs/reference/gtk/section-list-widget.md
+++ b/docs/reference/gtk/section-list-widget.md
@@ -81,7 +81,7 @@ The selection handling is also different. While selections used to be managed vi
Finally here's a quick list of equivalent functionality to look for when transitioning code for easy lookup:
-| old | new |
+| Old | New |
| ------------------- | ----------------------------------- |
| #GtkTreeModel | #GListModel |
| #GtkTreePath | #guint position, #GtkTreeListRow |
@@ -92,8 +92,8 @@ Finally here's a quick list of equivalent functionality to look for when transit
| #GtkTreeSelection | #GtkSelectionModel |
| #GtkTreeViewColumn | #GtkColumnView |
| #GtkTreeView | #GtkListView, #GtkColumnView |
-| #GtkCellView | |
-| #GtkComboBox | |
+| #GtkCellView | #GtkListItemWidget |
+| #GtkComboBox | #GtkDropDown |
| #GtkIconView | #GtkGridView |
| #GtkTreeSortable | #GtkColumnView |
| #GtkTreeModelSort | #GtkSortListModel |