Ardour  9.0-pre0-582-g084a23a80d
gtktexttagprivate.h File Reference
#include <gtk/gtk.h>
Include dependency graph for gtktexttagprivate.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct _GtkTextBTreeNode GtkTextBTreeNode
 

Functions

void _gtk_text_attributes_fill_from_tags (GtkTextAttributes *values, GtkTextTag **tags, guint n_tags)
 
void _gtk_text_tag_array_sort (GtkTextTag **tag_array_p, guint len)
 
void _gtk_text_attributes_realize (GtkTextAttributes *values, GdkColormap *cmap, GdkVisual *visual)
 
void _gtk_text_attributes_unrealize (GtkTextAttributes *values, GdkColormap *cmap, GdkVisual *visual)
 
gboolean _gtk_text_tag_affects_size (GtkTextTag *tag)
 
gboolean _gtk_text_tag_affects_nonsize_appearance (GtkTextTag *tag)
 

Typedef Documentation

◆ GtkTextBTreeNode

typedef struct _GtkTextBTreeNode GtkTextBTreeNode

Definition at line 1 of file gtktexttagprivate.h.

Function Documentation

◆ _gtk_text_attributes_fill_from_tags()

void _gtk_text_attributes_fill_from_tags ( GtkTextAttributes values,
GtkTextTag **  tags,
guint  n_tags 
)

◆ _gtk_text_attributes_realize()

void _gtk_text_attributes_realize ( GtkTextAttributes values,
GdkColormap cmap,
GdkVisual visual 
)

◆ _gtk_text_attributes_unrealize()

void _gtk_text_attributes_unrealize ( GtkTextAttributes values,
GdkColormap cmap,
GdkVisual visual 
)

◆ _gtk_text_tag_affects_nonsize_appearance()

gboolean _gtk_text_tag_affects_nonsize_appearance ( GtkTextTag tag)

◆ _gtk_text_tag_affects_size()

gboolean _gtk_text_tag_affects_size ( GtkTextTag tag)

◆ _gtk_text_tag_array_sort()

void _gtk_text_tag_array_sort ( GtkTextTag **  tag_array_p,
guint  len 
)