[gtk/dropdown-for-merge: 186/186] docs: Update the list widget overview
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/dropdown-for-merge: 186/186] docs: Update the list widget overview
- Date: Sat, 30 May 2020 18:56:59 +0000 (UTC)
commit 2a80d1feef75899e5442f5ad5d9726a3d41e637c
Author: Matthias Clasen <mclasen redhat com>
Date: Sat May 30 14:24:34 2020 -0400
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(-)
---
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 |
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]