Home
last modified time | relevance | path

Searched refs:get_surrounding (Results 1 – 25 of 46) sorted by relevance

12

/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkimcontext.c193 klass->get_surrounding = gtk_im_context_real_get_surrounding; in G_DEFINE_ABSTRACT_TYPE()
660 if (klass->get_surrounding) in gtk_im_context_get_surrounding()
661 result = klass->get_surrounding (context, in gtk_im_context_get_surrounding()
H A Dgtkimcontext.h89 gboolean (*get_surrounding) (GtkIMContext *context, member
H A Dgtkimmulticontext.c110 im_context_class->get_surrounding = gtk_im_multicontext_get_surrounding; in G_DEFINE_TYPE()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkimcontext.c218 klass->get_surrounding = gtk_im_context_real_get_surrounding; in G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE()
709 if (klass->get_surrounding) in gtk_im_context_get_surrounding()
710 result = klass->get_surrounding (context, in gtk_im_context_get_surrounding()
H A Dgtkimcontext.h83 gboolean (*get_surrounding) (GtkIMContext *context, member
H A Dgtkimmulticontext.c126 im_context_class->get_surrounding = gtk_im_multicontext_get_surrounding; in G_DEFINE_TYPE_WITH_PRIVATE()
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkIMContext.t44 my ($text, $cursor_index) = $context->get_surrounding ();
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkimcontext.h83 gboolean (*get_surrounding) (GtkIMContext *context, member
H A Dgtkimcontext.c899 else if (klass->get_surrounding) in gtk_im_context_get_surrounding_with_selection()
901 result = klass->get_surrounding (context, in gtk_im_context_get_surrounding_with_selection()
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dim_context.rs48 fn get_surrounding(&self) -> Option<(GString, i32)>; in get_surrounding() method
140 fn get_surrounding(&self) -> Option<(GString, i32)> { in get_surrounding() method
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dim_context.rs48 fn get_surrounding(&self) -> Option<(GString, i32)>; in get_surrounding() method
140 fn get_surrounding(&self) -> Option<(GString, i32)> { in get_surrounding() method
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dim_context.rs48 fn get_surrounding(&self) -> Option<(GString, i32)>; in get_surrounding() method
139 fn get_surrounding(&self) -> Option<(GString, i32)> { in get_surrounding() method
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkimcontext.inc35get_surrounding : function (context:PGtkIMContext; text:PPgchar; cursor_index:Pgint):gboolean; cde…
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkimcontext.inc35get_surrounding : function (context:PGtkIMContext; text:PPgchar; cursor_index:Pgint):gboolean; cde…
/dports/games/senken/senken-0.3.0/lib/
H A Dmap.c237 get_surrounding(map_t *map, int x, int y, int dirview, surrounding_t *surrounding) in get_surrounding() function
352 get_surrounding(map, x, y, dirview, &surrounding); in map_can_place_one()
882 get_surrounding(map, x, y, dirview, surrounding); in map_get_info()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/modules/input/
H A Dimwaylandgtk.c642 im_context_class->get_surrounding = gtk_im_context_wayland_get_surrounding; in gtk_im_context_wayland_class_init()
H A Dimwayland.c921 im_context_class->get_surrounding = gtk_im_context_wayland_get_surrounding; in gtk_im_context_wayland_class_init()
/dports/devel/pyl-gobject/pygobject-2.28.6/gi/overrides/
H A DGtk.py509 def get_surrounding(self): member in IMContext
510 success, text, cursor_index = super(IMContext, self).get_surrounding()
/dports/devel/pygobject3-common/pygobject-3.38.0/gi/overrides/
H A DGtk.py705 get_surrounding = strip_boolean_result(Gtk.IMContext.get_surrounding) variable in IMContext
/dports/devel/py-gobject3/pygobject-3.38.0/gi/overrides/
H A DGtk.py705 get_surrounding = strip_boolean_result(Gtk.IMContext.get_surrounding) variable in IMContext
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/nimf/
H A DNEWS295 * Removed unused get_surrounding APIs
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/nimf/debian/
H A Dchangelog295 * Removed unused get_surrounding APIs
/dports/devel/pyl-gobject/pygobject-2.28.6/
H A DNEWS388 - Override Gtk.IMContext.get_surrounding to not return success value (Sebastian Pölsterl)
461 - Override Gtk.IMContext.get_surrounding to not return success value (Sebastian Pölsterl)
/dports/devel/pygobject3-common/pygobject-3.38.0/
H A DNEWS2634 * Override Gtk.IMContext.get_surrounding to not return success value (Sebastian Pölsterl)
2709 * Override Gtk.IMContext.get_surrounding to not return success value (Sebastian Pölsterl)
/dports/devel/py-gobject3/pygobject-3.38.0/
H A DNEWS2634 * Override Gtk.IMContext.get_surrounding to not return success value (Sebastian Pölsterl)
2709 * Override Gtk.IMContext.get_surrounding to not return success value (Sebastian Pölsterl)

12