Home
last modified time | relevance | path

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

/dports/graphics/clutter/clutter-1.26.4/tests/conform/
H A Dtext.c293 clutter_text_delete_text (text, 2, 4); in text_delete_text()
402 clutter_text_delete_text (text, 2, 4); in text_cursor()
/dports/x11-wm/mutter/mutter-41.1/src/tests/clutter/conform/
H A Dtext.c295 clutter_text_delete_text (text, 2, 4); in text_delete_text()
404 clutter_text_delete_text (text, 2, 4); in text_cursor()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/tests/conform/
H A Dtext.c293 clutter_text_delete_text (text, 2, 4); in text_delete_text()
402 clutter_text_delete_text (text, 2, 4); in text_cursor()
/dports/graphics/clutter/clutter-1.26.4/clutter/
H A Dclutter-text.h192 void clutter_text_delete_text (ClutterText *self,
H A Dclutter-text.c1109 clutter_text_delete_text (self, start_index, end_index); in clutter_text_delete_selection()
2945 clutter_text_delete_text (self, pos, pos + 1); in clutter_text_real_del_next()
2968 clutter_text_delete_text (self, pos, end); in clutter_text_real_del_word_next()
3006 clutter_text_delete_text (self, len - 1, len); in clutter_text_real_del_prev()
3012 clutter_text_delete_text (self, pos - 1, pos); in clutter_text_real_del_prev()
3041 clutter_text_delete_text (self, new_pos, len); in clutter_text_real_del_word_prev()
3048 clutter_text_delete_text (self, new_pos, pos); in clutter_text_real_del_word_prev()
6031 clutter_text_delete_text (ClutterText *self, in clutter_text_delete_text() function
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/
H A Dclutter-text.h192 void clutter_text_delete_text (ClutterText *self,
H A Dclutter-text.c325 clutter_text_delete_text (clutter_text, offset, len); in clutter_text_input_focus_delete_surrounding()
1248 clutter_text_delete_text (self, start_index, end_index); in clutter_text_delete_selection()
3131 clutter_text_delete_text (self, pos, pos + 1); in clutter_text_real_del_next()
3154 clutter_text_delete_text (self, pos, end); in clutter_text_real_del_word_next()
3192 clutter_text_delete_text (self, len - 1, len); in clutter_text_real_del_prev()
3198 clutter_text_delete_text (self, pos - 1, pos); in clutter_text_real_del_prev()
3227 clutter_text_delete_text (self, new_pos, len); in clutter_text_real_del_word_prev()
3234 clutter_text_delete_text (self, new_pos, pos); in clutter_text_real_del_word_prev()
6258 clutter_text_delete_text (ClutterText *self, in clutter_text_delete_text() function
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/
H A Dclutter-text.h192 void clutter_text_delete_text (ClutterText *self,
H A Dclutter-text.c364 clutter_text_delete_text (clutter_text, start, len); in clutter_text_input_focus_delete_surrounding()
1420 clutter_text_delete_text (self, start_index, end_index); in clutter_text_delete_selection()
3420 clutter_text_delete_text (self, pos, pos + 1); in clutter_text_real_del_next()
3443 clutter_text_delete_text (self, pos, end); in clutter_text_real_del_word_next()
3481 clutter_text_delete_text (self, len - 1, len); in clutter_text_real_del_prev()
3487 clutter_text_delete_text (self, pos - 1, pos); in clutter_text_real_del_prev()
3516 clutter_text_delete_text (self, new_pos, len); in clutter_text_real_del_word_prev()
3523 clutter_text_delete_text (self, new_pos, pos); in clutter_text_real_del_word_prev()
6552 clutter_text_delete_text (ClutterText *self, in clutter_text_delete_text() function
/dports/x11/cinnamon/cinnamon-4.8.6/src/st/
H A Dst-im-text.c198 clutter_text_delete_text (clutter_text, in st_im_text_delete_surrounding_cb()
/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/src/
H A Dtext.hg137 _WRAP_METHOD(void delete_text(gssize start_pos, gssize end_pos), clutter_text_delete_text)
H A Dclutter_methods.defs9408 (c-name "clutter_text_delete_text")
/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/cluttermm/
H A Dtext.cc622 clutter_text_delete_text(gobj(), start_pos, end_pos); in delete_text()
/dports/x11/gnome-shell/gnome-shell-41.1/src/st/
H A Dst-entry.c704 clutter_text_delete_text ((ClutterText *)priv->entry, 0, pos); in st_entry_key_press_event()
/dports/graphics/clutter/clutter-1.26.4/clutter/cally/
H A Dcally-text.c1681 clutter_text_delete_text (CLUTTER_TEXT (actor), in cally_text_delete_text()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/cally/
H A Dcally-text.c1681 clutter_text_delete_text (CLUTTER_TEXT (actor), in cally_text_delete_text()
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/cally/
H A Dcally-text.c1675 clutter_text_delete_text (CLUTTER_TEXT (actor), in cally_text_delete_text()
/dports/graphics/clutter/clutter-1.26.4/
H A DChangeLog.pre-1.26635 (clutter_text_delete_text): emits delete-text signal