[gtk/dropdown-for-merge: 167/168] docs: Update the list widget overview



commit 78e6e45b7631bc1cc0dd470eebc714fe86c699a0
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]