Home
last modified time | relevance | path

Searched refs:delete_surrounding (Results 1 – 25 of 52) sorted by relevance

123

/dports/x11-toolkits/wlroots/wlroots-0.12.0/examples/
H A Dtext-input.c45 } delete_surrounding; member
213 pending.delete_surrounding.before_length = before_length; in text_input_delete_surrounding_text()
214 pending.delete_surrounding.after_length = after_length; in text_input_delete_surrounding_text()
239 if (current.delete_surrounding.after_length + current.delete_surrounding.before_length > 0) { in text_input_handle_done()
241 unsigned delete_before = current.delete_surrounding.before_length; in text_input_handle_done()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/
H A Dclutter-input-focus.h43 void (* delete_surrounding) (ClutterInputFocus *focus, member
H A Dclutter-input-focus.c224 CLUTTER_INPUT_FOCUS_GET_CLASS (focus)->delete_surrounding (focus, offset, len); in clutter_input_focus_delete_surrounding()
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/
H A Dclutter-input-focus.h43 void (* delete_surrounding) (ClutterInputFocus *focus, member
H A Dclutter-input-focus.c287 CLUTTER_INPUT_FOCUS_GET_CLASS (focus)->delete_surrounding (focus, offset, len); in clutter_input_focus_delete_surrounding()
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkIMContext.t53 $success = $context->delete_surrounding ($offset, $n_chars);
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/nimf/libnimf/
H A Dnimf-im.h63 gboolean (*delete_surrounding) (NimfIM *im, member
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkimcontext.h59 gboolean (*delete_surrounding) (GtkIMContext *context, member
H A Dgtkimcontext.c325 G_STRUCT_OFFSET (GtkIMContextClass, delete_surrounding), in G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkimcontext.h65 gboolean (*delete_surrounding) (GtkIMContext *context, member
H A Dgtkimcontext.c297 G_STRUCT_OFFSET (GtkIMContextClass, delete_surrounding), in G_DEFINE_ABSTRACT_TYPE()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkimcontext.h59 gboolean (*delete_surrounding) (GtkIMContext *context, member
H A Dgtkimcontext.c316 G_STRUCT_OFFSET (GtkIMContextClass, delete_surrounding), in G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dim_context.rs33 fn delete_surrounding(&self, offset: i32, n_chars: i32) -> bool; in delete_surrounding() method
109 fn delete_surrounding(&self, offset: i32, n_chars: i32) -> bool { in delete_surrounding() method
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dim_context.rs38 fn delete_surrounding(&self, offset: i32, n_chars: i32) -> bool; in delete_surrounding() method
93 fn delete_surrounding(&self, offset: i32, n_chars: i32) -> bool { in delete_surrounding() method
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dim_context.rs33 fn delete_surrounding(&self, offset: i32, n_chars: i32) -> bool; in delete_surrounding() method
109 fn delete_surrounding(&self, offset: i32, n_chars: i32) -> bool { in delete_surrounding() method
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dim_context.rs33 fn delete_surrounding(&self, offset: i32, n_chars: i32) -> bool; in delete_surrounding() method
109 fn delete_surrounding(&self, offset: i32, n_chars: i32) -> bool { in delete_surrounding() method
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dim_context.rs38 fn delete_surrounding(&self, offset: i32, n_chars: i32) -> bool; in delete_surrounding() method
93 fn delete_surrounding(&self, offset: i32, n_chars: i32) -> bool { in delete_surrounding() method
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dim_context.rs38 fn delete_surrounding(&self, offset: i32, n_chars: i32) -> bool; in delete_surrounding() method
93 fn delete_surrounding(&self, offset: i32, n_chars: i32) -> bool { in delete_surrounding() method
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dim_context.rs33 fn delete_surrounding(&self, offset: i32, n_chars: i32) -> bool; in delete_surrounding() method
109 fn delete_surrounding(&self, offset: i32, n_chars: i32) -> bool { in delete_surrounding() method
/dports/japanese/im-ja/im-ja-1.5/patches/
H A Dgtkhtml-evolution_preedit_changed.diff87 g_signal_connect (G_OBJECT (html->priv->im_context), "delete_surrounding",
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkimcontext.inc25delete_surrounding : function (context:PGtkIMContext; offset:gint; n_chars:gint):gboolean; cdecl;
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkimcontext.inc25delete_surrounding : function (context:PGtkIMContext; offset:gint; n_chars:gint):gboolean; cdecl;
/dports/x11-wm/mutter/mutter-41.1/src/wayland/
H A Dmeta-wayland-text-input-legacy.c156 focus_class->delete_surrounding = meta_wayland_text_input_focus_delete_surrounding; in meta_wayland_gtk_text_input_focus_class_init()
H A Dmeta-wayland-text-input.c258 focus_class->delete_surrounding = meta_wayland_text_input_focus_delete_surrounding; in meta_wayland_text_input_focus_class_init()

123