From 9c849d208467420179367d6eb0931132e6853096 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 30 May 2020 14:24:34 -0400 Subject: docs: Update the list widget overview Fill in the GtkComboBox and GtkCellView replacements in the quick reference table. --- docs/reference/gtk/section-list-widget.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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 | -- cgit v1.2.1