summaryrefslogtreecommitdiff
path: root/gtk/gtklistbase.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2019-11-01 07:31:38 +0100
committerMatthias Clasen <mclasen@redhat.com>2020-05-30 19:26:46 -0400
commit30f09ea10bcd114451e5435fdc73eacd85176a93 (patch)
tree58d41f3f42da93f1fe58fe626419b811728a319c /gtk/gtklistbase.h
parentdb3e225f09fc79ed7af106c97642142c199131fd (diff)
downloadgtk+-30f09ea10bcd114451e5435fdc73eacd85176a93.tar.gz
listitem: Make this a GObject
This splits GtkListItem into 2 parts: 1. GtkListItem This is purely a GObject with public API for developers who want to populate lists. There is no chance to cause conflict with GtkWidget properties that the list implementation assumed control over and defines a clear boundary. 2. GtkListItemWidget The widget part of the listitem. This is not only fully in control of the list machinery, the machinery can also use different widget implementations for different list widgets like I inted to for GtkColumnView.
Diffstat (limited to 'gtk/gtklistbase.h')
-rw-r--r--gtk/gtklistbase.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtklistbase.h b/gtk/gtklistbase.h
index 7b33edeec7..24e616184c 100644
--- a/gtk/gtklistbase.h
+++ b/gtk/gtklistbase.h
@@ -25,7 +25,6 @@
#endif
#include <gtk/gtkwidget.h>
-#include <gtk/gtklistitem.h>
G_BEGIN_DECLS