Home
last modified time | relevance | path

Searched refs:Textbutton (Results 1 – 1 of 1) sorted by relevance

/plan9/sys/src/libcontrol/
H A Dtextbutton.c9 typedef struct Textbutton Textbutton; typedef
11 struct Textbutton struct
79 static void textbuttonshow(Textbutton*);
84 Textbutton *t; in textbuttonmouse()
86 t = (Textbutton *)c; in textbuttonmouse()
125 Textbutton *t; in textbuttonfree()
127 t = (Textbutton*)c; in textbuttonfree()
142 textbuttonshow(Textbutton *t) in textbuttonshow()
193 Textbutton *t; in textbuttonctl()
195 t = (Textbutton*)c; in textbuttonctl()
[all …]