Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_PangoAttribute Struct Reference

#include <pango-attributes.h>

Data Fields

const PangoAttrClassklass
 
guint start_index
 
guint end_index
 

Detailed Description

PangoAttribute: @klass: the class structure holding information about the type of the attribute @start_index: the start index of the range (in bytes). @end_index: end index of the range (in bytes). The character at this index is not included in the range.

The PangoAttribute structure represents the common portions of all attributes.

Particular types of attributes include this structure as their initial portion. The common portion of the attribute holds the range to which the value in the type-specific part of the attribute applies and should be initialized using [metho.nosp@m.d@Pa.nosp@m.ngo.A.nosp@m.ttri.nosp@m.bute..nosp@m.init]. By default, an attribute will have an all-inclusive range of [0,G_MAXUINT].

Definition at line 306 of file pango-attributes.h.

Field Documentation

◆ end_index

guint _PangoAttribute::end_index

Definition at line 310 of file pango-attributes.h.

◆ klass

const PangoAttrClass* _PangoAttribute::klass

Definition at line 308 of file pango-attributes.h.

◆ start_index

guint _PangoAttribute::start_index

Definition at line 309 of file pango-attributes.h.


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