Lines Matching defs:Textbutton3
13 typedef struct Textbutton3 Textbutton3; typedef
15 struct Textbutton3 struct
18 CFont *font;
19 CImage *image;
20 CImage *mask;
21 CImage *light;
22 CImage *bordercolor;
23 CImage *textcolor;
24 CImage *pressedtextcolor;
25 int pressed;
26 int lastbut;
27 int lastshow;
28 char **line;
29 int nline;
30 int align;
31 int border;
32 int left;
33 int middle;
34 int right;
35 int toggle;
36 int gettextflg;