Ardour  9.0-pre0-384-ga76afae0e9
gtkcellview.h
Go to the documentation of this file.
1 /* gtkcellview.h
2  * Copyright (C) 2002, 2003 Kristian Rietveld <kris@gtk.org>
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Library General Public
6  * License as published by the Free Software Foundation; either
7  * version 2 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12  * Library General Public License for more details.
13  *
14  * You should have received a copy of the GNU Library General Public
15  * License along with this library; if not, write to the
16  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17  * Boston, MA 02111-1307, USA.
18  */
19 
20 #ifndef __GTK_CELL_VIEW_H__
21 #define __GTK_CELL_VIEW_H__
22 
23 #if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
24 #error "Only <gtk/gtk.h> can be included directly."
25 #endif
26 
27 #include <gtk/gtkwidget.h>
28 #include <gtk/gtkcellrenderer.h>
29 #include <gtk/gtktreemodel.h>
30 
31 G_BEGIN_DECLS
32 
33 #define GTK_TYPE_CELL_VIEW (gtk_cell_view_get_type ())
34 #define GTK_CELL_VIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_CELL_VIEW, GtkCellView))
35 #define GTK_CELL_VIEW_CLASS(vtable) (G_TYPE_CHECK_CLASS_CAST ((vtable), GTK_TYPE_CELL_VIEW, GtkCellViewClass))
36 #define GTK_IS_CELL_VIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_CELL_VIEW))
37 #define GTK_IS_CELL_VIEW_CLASS(vtable) (G_TYPE_CHECK_CLASS_TYPE ((vtable), GTK_TYPE_CELL_VIEW))
38 #define GTK_CELL_VIEW_GET_CLASS(inst) (G_TYPE_INSTANCE_GET_CLASS ((inst), GTK_TYPE_CELL_VIEW, GtkCellViewClass))
39 
40 typedef struct _GtkCellView GtkCellView;
41 typedef struct _GtkCellViewClass GtkCellViewClass;
42 typedef struct _GtkCellViewPrivate GtkCellViewPrivate;
43 
45 {
47 
48  /*< private >*/
50 };
51 
53 {
55 };
56 
57 GType gtk_cell_view_get_type (void) G_GNUC_CONST;
62 
64  GtkTreeModel *model);
67  GtkTreePath *path);
70  GtkTreePath *path,
71  GtkRequisition *requisition);
72 
74  const GdkColor *color);
75 #ifndef GTK_DISABLE_DEPRECATED
77 #endif
78 
79 G_END_DECLS
80 
81 #endif /* __GTK_CELL_VIEW_H__ */
GtkWidget * gtk_cell_view_new_with_text(const gchar *text)
void gtk_cell_view_set_model(GtkCellView *cell_view, GtkTreeModel *model)
GtkWidget * gtk_cell_view_new_with_markup(const gchar *markup)
void gtk_cell_view_set_background_color(GtkCellView *cell_view, const GdkColor *color)
GtkWidget * gtk_cell_view_new_with_pixbuf(GdkPixbuf *pixbuf)
GtkTreeModel * gtk_cell_view_get_model(GtkCellView *cell_view)
gboolean gtk_cell_view_get_size_of_row(GtkCellView *cell_view, GtkTreePath *path, GtkRequisition *requisition)
GtkTreePath * gtk_cell_view_get_displayed_row(GtkCellView *cell_view)
void gtk_cell_view_set_displayed_row(GtkCellView *cell_view, GtkTreePath *path)
struct _GtkCellViewPrivate GtkCellViewPrivate
Definition: gtkcellview.h:42
GType gtk_cell_view_get_type(void) G_GNUC_CONST
GtkWidget * gtk_cell_view_new(void)
GList * gtk_cell_view_get_cell_renderers(GtkCellView *cell_view)
GtkImagePixbufData pixbuf
Definition: gtkimage.h:2
struct _GtkTreePath GtkTreePath
Definition: gtktreemodel.h:44
struct _GtkTreeModel GtkTreeModel
Definition: gtktreemodel.h:46
PBD::PropertyDescriptor< uint32_t > color
GtkWidgetClass parent_class
Definition: gtkcellview.h:54
GtkWidget parent_instance
Definition: gtkcellview.h:46
GtkCellViewPrivate * GSEAL(priv)