|
Ardour
9.0-pre0-1950-g391fe97693
|
Go to the source code of this file.
Classes | |
| struct | _GtkTextTag |
| struct | _GtkTextTagClass |
| struct | _GtkTextAppearance |
| struct | _GtkTextAttributes |
Macros | |
| #define | GTK_TYPE_TEXT_TAG (gtk_text_tag_get_type ()) |
| #define | GTK_TEXT_TAG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TEXT_TAG, GtkTextTag)) |
| #define | GTK_TEXT_TAG_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_TEXT_TAG, GtkTextTagClass)) |
| #define | GTK_IS_TEXT_TAG(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_TEXT_TAG)) |
| #define | GTK_IS_TEXT_TAG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_TEXT_TAG)) |
| #define | GTK_TEXT_TAG_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_TEXT_TAG, GtkTextTagClass)) |
| #define | GTK_TYPE_TEXT_ATTRIBUTES (gtk_text_attributes_get_type ()) |
Typedefs | |
| typedef typedefG_BEGIN_DECLS struct _GtkTextIter | GtkTextIter |
| typedef struct _GtkTextTagTable | GtkTextTagTable |
| typedef struct _GtkTextAttributes | GtkTextAttributes |
| typedef struct _GtkTextTag | GtkTextTag |
| typedef struct _GtkTextTagClass | GtkTextTagClass |
| typedef struct _GtkTextAppearance | GtkTextAppearance |
Functions | |
| GType | gtk_text_tag_get_type (void) G_GNUC_CONST |
| GtkTextTag * | gtk_text_tag_new (const gchar *name) |
| gint | gtk_text_tag_get_priority (GtkTextTag *tag) |
| void | gtk_text_tag_set_priority (GtkTextTag *tag, gint priority) |
| gboolean | gtk_text_tag_event (GtkTextTag *tag, GObject *event_object, GdkEvent *event, const GtkTextIter *iter) |
| GtkTextAttributes * | gtk_text_attributes_new (void) |
| GtkTextAttributes * | gtk_text_attributes_copy (GtkTextAttributes *src) |
| void | gtk_text_attributes_copy_values (GtkTextAttributes *src, GtkTextAttributes *dest) |
| void | gtk_text_attributes_unref (GtkTextAttributes *values) |
| GtkTextAttributes * | gtk_text_attributes_ref (GtkTextAttributes *values) |
| GType | gtk_text_attributes_get_type (void) G_GNUC_CONST |
| #define GTK_IS_TEXT_TAG | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_TEXT_TAG)) |
Definition at line 75 of file gtktexttag.h.
| #define GTK_IS_TEXT_TAG_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_TEXT_TAG)) |
Definition at line 76 of file gtktexttag.h.
| #define GTK_TEXT_TAG | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TEXT_TAG, GtkTextTag)) |
Definition at line 73 of file gtktexttag.h.
| #define GTK_TEXT_TAG_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_TEXT_TAG, GtkTextTagClass)) |
Definition at line 74 of file gtktexttag.h.
| #define GTK_TEXT_TAG_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_TEXT_TAG, GtkTextTagClass)) |
Definition at line 77 of file gtktexttag.h.
| #define GTK_TYPE_TEXT_ATTRIBUTES (gtk_text_attributes_get_type ()) |
Definition at line 79 of file gtktexttag.h.
| #define GTK_TYPE_TEXT_TAG (gtk_text_tag_get_type ()) |
Definition at line 72 of file gtktexttag.h.
| typedef struct _GtkTextAppearance GtkTextAppearance |
Definition at line 161 of file gtktexttag.h.
| typedef struct _GtkTextAttributes GtkTextAttributes |
Definition at line 65 of file gtktexttag.h.
| typedef typedefG_BEGIN_DECLS struct _GtkTextIter GtkTextIter |
Definition at line 65 of file gtktexttag.h.
| typedef struct _GtkTextTag GtkTextTag |
Definition at line 65 of file gtktexttag.h.
| typedef struct _GtkTextTagClass GtkTextTagClass |
Definition at line 65 of file gtktexttag.h.
| typedef struct _GtkTextTagTable GtkTextTagTable |
Definition at line 65 of file gtktexttag.h.
| GtkTextAttributes* gtk_text_attributes_copy | ( | GtkTextAttributes * | src | ) |
| void gtk_text_attributes_copy_values | ( | GtkTextAttributes * | src, |
| GtkTextAttributes * | dest | ||
| ) |
| GType gtk_text_attributes_get_type | ( | void | ) |
| GtkTextAttributes* gtk_text_attributes_new | ( | void | ) |
| GtkTextAttributes* gtk_text_attributes_ref | ( | GtkTextAttributes * | values | ) |
| void gtk_text_attributes_unref | ( | GtkTextAttributes * | values | ) |
| gboolean gtk_text_tag_event | ( | GtkTextTag * | tag, |
| GObject * | event_object, | ||
| GdkEvent * | event, | ||
| const GtkTextIter * | iter | ||
| ) |
| gint gtk_text_tag_get_priority | ( | GtkTextTag * | tag | ) |
| GType gtk_text_tag_get_type | ( | void | ) |
| GtkTextTag* gtk_text_tag_new | ( | const gchar * | name | ) |
| void gtk_text_tag_set_priority | ( | GtkTextTag * | tag, |
| gint | priority | ||
| ) |