Lines Matching refs:clutter_text
210 ClutterActor *clutter_text; in clutter_text_password_char_cb() local
212 clutter_text = st_entry_get_clutter_text (ST_ENTRY (entry)); in clutter_text_password_char_cb()
213 if (clutter_text_get_password_char (CLUTTER_TEXT (clutter_text)) == 0) in clutter_text_password_char_cb()
223 ClutterActor *clutter_text; in st_password_entry_init() local
239 clutter_text = st_entry_get_clutter_text (ST_ENTRY (entry)); in st_password_entry_init()
240 clutter_text_set_password_char (CLUTTER_TEXT (clutter_text), BLACK_CIRCLE); in st_password_entry_init()
244 g_signal_connect (clutter_text, "notify::password-char", in st_password_entry_init()
321 ClutterActor *clutter_text; in st_password_entry_set_password_visible() local
331 clutter_text = st_entry_get_clutter_text (ST_ENTRY (entry)); in st_password_entry_set_password_visible()
334 clutter_text_set_password_char (CLUTTER_TEXT (clutter_text), 0); in st_password_entry_set_password_visible()
339 clutter_text_set_password_char (CLUTTER_TEXT (clutter_text), BLACK_CIRCLE); in st_password_entry_set_password_visible()