Update gtklistbox.c

This commit is contained in:
CEO of Programming
2021-04-10 01:04:05 +00:00
parent 8b74d5f966
commit 475a4c8262

View File

@ -43,7 +43,7 @@
* @See_also: #GtkScrolledWindow * @See_also: #GtkScrolledWindow
* *
* A GtkListBox is a vertical container that contains GtkListBoxRow * A GtkListBox is a vertical container that contains GtkListBoxRow
* children. These rows can by dynamically sorted and filtered, and * children. These rows can be dynamically sorted and filtered, and
* headers can be added dynamically depending on the row content. * headers can be added dynamically depending on the row content.
* It also allows keyboard and mouse navigation and selection like * It also allows keyboard and mouse navigation and selection like
* a typical list. * a typical list.