Ardour  8.7-14-g57a6773833
gtktexttypes.h File Reference
#include <gtk/gtk.h>
#include <gtk/gtktexttagprivate.h>
Include dependency graph for gtktexttypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VARIABLE   extern
 
#define GTK_TEXT_UNKNOWN_CHAR   0xFFFC
 

Typedefs

typedef typedefG_BEGIN_DECLS struct _GtkTextCounter GtkTextCounter
 
typedef struct _GtkTextLineSegment GtkTextLineSegment
 
typedef struct _GtkTextLineSegmentClass GtkTextLineSegmentClass
 
typedef struct _GtkTextToggleBody GtkTextToggleBody
 
typedef struct _GtkTextMarkBody GtkTextMarkBody
 

Functions

gboolean gtk_text_byte_begins_utf8_char (const gchar *byte)
 

Variables

const GtkTextLineSegmentClass gtk_text_char_type
 
const GtkTextLineSegmentClass gtk_text_toggle_on_type
 
const GtkTextLineSegmentClass gtk_text_toggle_off_type
 
const GtkTextLineSegmentClass gtk_text_left_mark_type
 
const GtkTextLineSegmentClass gtk_text_right_mark_type
 
const GtkTextLineSegmentClass gtk_text_pixbuf_type
 
const GtkTextLineSegmentClass gtk_text_child_type
 
const gchar gtk_text_unknown_char_utf8 []
 

Macro Definition Documentation

◆ GTK_TEXT_UNKNOWN_CHAR

#define GTK_TEXT_UNKNOWN_CHAR   0xFFFC

Definition at line 72 of file gtktexttypes.h.

◆ VARIABLE

#define VARIABLE   extern

Definition at line 52 of file gtktexttypes.h.

Typedef Documentation

◆ GtkTextCounter

typedef typedefG_BEGIN_DECLS struct _GtkTextCounter GtkTextCounter

Definition at line 33 of file gtktexttypes.h.

◆ GtkTextLineSegment

Definition at line 33 of file gtktexttypes.h.

◆ GtkTextLineSegmentClass

Definition at line 33 of file gtktexttypes.h.

◆ GtkTextMarkBody

Definition at line 33 of file gtktexttypes.h.

◆ GtkTextToggleBody

Definition at line 33 of file gtktexttypes.h.

Function Documentation

◆ gtk_text_byte_begins_utf8_char()

gboolean gtk_text_byte_begins_utf8_char ( const gchar *  byte)

Variable Documentation

◆ gtk_text_char_type

const GtkTextLineSegmentClass gtk_text_char_type
extern

◆ gtk_text_child_type

const GtkTextLineSegmentClass gtk_text_child_type
extern

◆ gtk_text_left_mark_type

const GtkTextLineSegmentClass gtk_text_left_mark_type
extern

◆ gtk_text_pixbuf_type

const GtkTextLineSegmentClass gtk_text_pixbuf_type
extern

◆ gtk_text_right_mark_type

const GtkTextLineSegmentClass gtk_text_right_mark_type
extern

◆ gtk_text_toggle_off_type

const GtkTextLineSegmentClass gtk_text_toggle_off_type
extern

◆ gtk_text_toggle_on_type

const GtkTextLineSegmentClass gtk_text_toggle_on_type
extern

◆ gtk_text_unknown_char_utf8

const gchar gtk_text_unknown_char_utf8[]
extern