~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

Viewing changes to gtk/gtkcellview.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-09-23 06:36:41 UTC
  • mfrom: (1.3.2 upstream)
  • mto: (72.2.8 sid) (1.6.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 129.
  • Revision ID: james.westby@ubuntu.com-20090923063641-69c7g7h68iy4u5o3
Import upstream version 2.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
 
73
73
void              gtk_cell_view_set_background_color    (GtkCellView     *cell_view,
74
74
                                                         const GdkColor  *color);
 
75
#ifndef GTK_DISABLE_DEPRECATED
75
76
GList            *gtk_cell_view_get_cell_renderers      (GtkCellView     *cell_view);
 
77
#endif
76
78
 
77
79
G_END_DECLS
78
80