Ardour  8.7-14-g57a6773833
_GtkTextLineSegment Struct Reference

#include <gtktextsegment.h>

Public Attributes

const GtkTextLineSegmentClasstype
 
GtkTextLineSegmentnext
 
int char_count
 
int byte_count
 
union {
   char   chars [4]
 
   GtkTextToggleBody   toggle
 
   GtkTextMarkBody   mark
 
   GtkTextPixbuf   pixbuf
 
   GtkTextChildBody   child
 
body
 

Detailed Description

Definition at line 133 of file gtktextsegment.h.

Member Data Documentation

◆ 

union { ... } _GtkTextLineSegment::body

◆ byte_count

int _GtkTextLineSegment::byte_count

Definition at line 141 of file gtktextsegment.h.

◆ char_count

int _GtkTextLineSegment::char_count

Definition at line 139 of file gtktextsegment.h.

◆ chars

char _GtkTextLineSegment::chars[4]

Definition at line 144 of file gtktextsegment.h.

◆ child

GtkTextChildBody _GtkTextLineSegment::child

Definition at line 150 of file gtktextsegment.h.

◆ mark

GtkTextMarkBody _GtkTextLineSegment::mark

Definition at line 148 of file gtktextsegment.h.

◆ next

GtkTextLineSegment* _GtkTextLineSegment::next

Definition at line 136 of file gtktextsegment.h.

◆ pixbuf

GtkTextPixbuf _GtkTextLineSegment::pixbuf

Definition at line 149 of file gtktextsegment.h.

◆ toggle

GtkTextToggleBody _GtkTextLineSegment::toggle

Definition at line 147 of file gtktextsegment.h.

◆ type

const GtkTextLineSegmentClass* _GtkTextLineSegment::type

Definition at line 134 of file gtktextsegment.h.


The documentation for this struct was generated from the following file: