summaryrefslogtreecommitdiff
path: root/gtk/gtktextchild.h
blob: 6ea7075f6095e257b18862a00007ddebff877bcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef GTK_TEXT_CHILD_H
#define GTK_TEXT_CHILD_H

#include <gtk/gtktexttypes.h>

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */

typedef struct _GtkTextPixbuf GtkTextPixbuf;

struct _GtkTextPixbuf {
  GdkPixbuf *pixbuf;
};

GtkTextLineSegment *gtk_text_pixbuf_segment_new(GdkPixbuf *pixbuf);


#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif