Lines Matching refs:Textbutton3
13 typedef struct Textbutton3 Textbutton3; typedef
15 struct Textbutton3 struct
90 static void textbutton3show(Textbutton3 *);
95 Textbutton3 *t; in textbutton3mouse()
97 t = (Textbutton3 *)c; in textbutton3mouse()
149 Textbutton3 *t; in textbutton3free()
151 t = (Textbutton3*)c; in textbutton3free()
165 textbutton3show(Textbutton3 *t) in textbutton3show()
213 Textbutton3 *t; in textbutton3ctl()
215 t = (Textbutton3*)c; in textbutton3ctl()
370 Textbutton3 *t; in createtextbutton3()
372 t = (Textbutton3 *)_createctl(cs, "textbutton3", sizeof(Textbutton3), name); in createtextbutton3()