Ardour
9.0-pre0-582-g084a23a80d
|
#include <gtk/gtk.h>
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 struct _GtkTextBTreeNode GtkTextBTreeNode |
Definition at line 1 of file gtktexttagprivate.h.
void _gtk_text_attributes_fill_from_tags | ( | GtkTextAttributes * | values, |
GtkTextTag ** | tags, | ||
guint | n_tags | ||
) |
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_nonsize_appearance | ( | GtkTextTag * | tag | ) |
gboolean _gtk_text_tag_affects_size | ( | GtkTextTag * | tag | ) |
void _gtk_text_tag_array_sort | ( | GtkTextTag ** | tag_array_p, |
guint | len | ||
) |