Home
last modified time | relevance | path

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

/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmltextinput.c40 HTMLTextInput *ti; in destroy()
143 sizeof (HTMLTextInput)); in html_text_input_type_init()
171 html_text_input_init (HTMLTextInput *ti, in html_text_input_init()
216 HTMLTextInput *ti; in html_text_input_new()
218 ti = g_new0 (HTMLTextInput, 1); in html_text_input_new()
H A Dhtmltextinput.h26 #define HTML_TEXTINPUT(x) ((HTMLTextInput *) (x))
49 void html_text_input_init (HTMLTextInput *ti,
H A Dhtmltypes.h126 typedef struct _HTMLTextInput HTMLTextInput; typedef