Lines Matching defs:Textbutton
9 typedef struct Textbutton Textbutton; typedef
11 struct Textbutton struct
14 CFont *font;
15 CImage *image;
16 CImage *mask;
17 CImage *light;
18 CImage *bordercolor;
19 CImage *textcolor;
20 CImage *pressedtextcolor;
21 CImage *paletextcolor;
22 int pressed;
23 int lastbut;
24 int lastshow;
25 char **line;
26 int nline;
27 int align;
28 int border;
29 int off;
30 int showoff;
31 int prepress;