diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-07-19 19:07:27 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-07-19 19:07:27 +0000 |
commit | fe842a54964511431be093e8b4ab33dade5a8422 (patch) | |
tree | 447a9b379a34680a444b6ff85e507d438c4c86fd /gtk/gtk.h | |
parent | 5351a4e444a991bcc3022edb007b047493d86dd1 (diff) | |
download | gtk+-fe842a54964511431be093e8b4ab33dade5a8422.tar.gz |
Make GtkCellView public, since people seem to have uses for it, it is
2004-07-19 Matthias Clasen <mclasen@redhat.com>
Make GtkCellView public, since people seem to have uses for it,
it is clean API and we were just conservative in not making it
public initially. At the same time, get rid of GtkCellViewMenuItem,
which doesn't have any function which can't be served by a
GtkMenuItem with a GtkCellView child.
* gtk/gtk.h: Include gtkcellview.h
* gtk/Makefile.am (gtk_public_h_sources):
* gtk/Makefile.am (gtk_private_h_sources):
(gtk_c_sources): Remove gtkcellviewmenuitem.[hc]
* gtk/gtkcombobox.c: Replace all uses of GtkCellViewMenuItem by
GtkMenuItem with a GtkCellView child.
* gtk/gtkcellviewmenuitem.[hc]: Removed.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r-- | gtk/gtk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,7 @@ #include <gtk/gtkcellrendererprogress.h> #include <gtk/gtkcellrenderertext.h> #include <gtk/gtkcellrenderertoggle.h> +#include <gtk/gtkcellview.h> #include <gtk/gtkcheckbutton.h> #include <gtk/gtkcheckmenuitem.h> #include <gtk/gtkclipboard.h> |