Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <pango-attributes.h>
Data Fields | |
PangoAttribute | attr |
PangoRectangle | ink_rect |
PangoRectangle | logical_rect |
gpointer | data |
PangoAttrDataCopyFunc | copy_func |
GDestroyNotify | destroy_func |
PangoAttrShape: @attr: the common portion of the attribute @ink_rect: the ink rectangle to restrict to @logical_rect: the logical rectangle to restrict to @data: user data set (see [func@.nosp@m.Pang.nosp@m.o.Att.nosp@m.rSha.nosp@m.pe.ne.nosp@m.w_wi.nosp@m.th_da.nosp@m.ta]) @copy_func: copy function for the user data @destroy_func: destroy function for the user data
The PangoAttrShape
structure is used to represent attributes which impose shape restrictions.
Definition at line 459 of file pango-attributes.h.
PangoAttribute _PangoAttrShape::attr |
Definition at line 461 of file pango-attributes.h.
PangoAttrDataCopyFunc _PangoAttrShape::copy_func |
Definition at line 466 of file pango-attributes.h.
gpointer _PangoAttrShape::data |
Definition at line 465 of file pango-attributes.h.
GDestroyNotify _PangoAttrShape::destroy_func |
Definition at line 467 of file pango-attributes.h.
PangoRectangle _PangoAttrShape::ink_rect |
Definition at line 462 of file pango-attributes.h.
PangoRectangle _PangoAttrShape::logical_rect |
Definition at line 463 of file pango-attributes.h.