summaryrefslogtreecommitdiff
path: root/gtk/gtkcolumnviewcellwidgetprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* columnviewcellwidget: Untangle from GtkListItemWidgetBenjamin Otte2023-04-011-0/+3
| | | | This is step 1 in switching cells to their own ListItem subclass.
* columnview: Implement inertnessBenjamin Otte2023-04-011-1/+2
| | | | | | | | This properly implements the same behavior as 62e9d1e470b0819bdcb4d2a3ba05e083306fc0da and avoids randomly losing factories. Oops.
* columnview: Rename to GtkColumnViewCellWidgetBenjamin Otte2023-04-011-0/+46
Just like with Row/RowWidget, I want to use Cell/CellWidget.