Home
last modified time | relevance | path

Searched defs:kate_style (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/libkate/libkate-0.4.1/include/kate/
H A Dkate.h82 typedef struct kate_style { struct
83 … /**< horizontal alignment, -1 for left, +1 for right, other values inter/extrapolate */
84 … /**< horizontal alignment, -1 for top, +1 for bottom, other values inter/extrapolate */
86 kate_color text_color; /**< RGBA color of the text */
87 …or; /**< background RGBA color of the whole region, regardless of what extent any text has */
88 kate_color draw_color; /**< RGBA color for drawn shapes */
113 } kate_style; argument
H A Dkate.h.in82 typedef struct kate_style { struct
83 … /**< horizontal alignment, -1 for left, +1 for right, other values inter/extrapolate */
84 … /**< horizontal alignment, -1 for top, +1 for bottom, other values inter/extrapolate */
86 kate_color text_color; /**< RGBA color of the text */
87 …or; /**< background RGBA color of the whole region, regardless of what extent any text has */
88 kate_color draw_color; /**< RGBA color for drawn shapes */
113 } kate_style; argument