Home
last modified time | relevance | path

Searched refs:gtk_text_iter_get_child_anchor (Results 1 – 25 of 58) sorted by relevance

123

/dports/x11-toolkits/gtk30/gtk+-3.24.31/demos/gtk-demo/
H A Dtextview.c390 if (gtk_text_iter_get_child_anchor (iter)) in find_anchor()
413 anchor = gtk_text_iter_get_child_anchor (&iter); in attach_widgets()
/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/gtk-demo/
H A Dtextview.c399 if (gtk_text_iter_get_child_anchor (iter)) in find_anchor()
422 anchor = gtk_text_iter_get_child_anchor (&iter); in attach_widgets()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/demos/gtk-demo/
H A Dtextview.c339 if (gtk_text_iter_get_child_anchor (iter)) in find_anchor()
362 anchor = gtk_text_iter_get_child_anchor (&iter); in attach_widgets()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dtextiter.cc231 Glib::RefPtr<TextChildAnchor> retvalue = Glib::wrap(gtk_text_iter_get_child_anchor(gobj())); in get_child_anchor()
239 …Glib::RefPtr<const TextChildAnchor> retvalue = Glib::wrap(gtk_text_iter_get_child_anchor(const_cas… in get_child_anchor()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dtextiter.cc267 Glib::RefPtr<TextChildAnchor> retvalue = Glib::wrap(gtk_text_iter_get_child_anchor(gobj())); in get_child_anchor()
275 …Glib::RefPtr<const TextChildAnchor> retvalue = Glib::wrap(gtk_text_iter_get_child_anchor(const_cas… in get_child_anchor()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktextiter.h128 GtkTextChildAnchor* gtk_text_iter_get_child_anchor (const GtkTextIter *iter);
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Dtextiter.hg120 …_WRAP_METHOD(Glib::RefPtr<TextChildAnchor> get_child_anchor(), gtk_text_iter_get_child_anchor, ref…
121 …lib::RefPtr<const TextChildAnchor> get_child_anchor() const, gtk_text_iter_get_child_anchor, refre…
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtktextiter.h163 GtkTextChildAnchor* gtk_text_iter_get_child_anchor (const GtkTextIter *iter);
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtktextiter.h164 GtkTextChildAnchor* gtk_text_iter_get_child_anchor (const GtkTextIter *iter);
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dtextiter.hg152 …_WRAP_METHOD(Glib::RefPtr<TextChildAnchor> get_child_anchor(), gtk_text_iter_get_child_anchor, ref…
153 …lib::RefPtr<const TextChildAnchor> get_child_anchor() const, gtk_text_iter_get_child_anchor, refre…
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/examples/gtk_demo/
H A Dtextview.inc411 if gtk_text_iter_get_child_anchor (iter)<> NULL then
437 anchor := gtk_text_iter_get_child_anchor (@iter);
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/examples/gtk_demo/
H A Dtextview.inc411 if gtk_text_iter_get_child_anchor (iter)<> NULL then
437 anchor := gtk_text_iter_get_child_anchor (@iter);
/dports/audio/denemo/denemo-2.0.6/src/export/
H A Dexportlilypond.c2290 anchor = gtk_text_iter_get_child_anchor (&iter); in place_cursor_cb()
2931 GtkTextChildAnchor *anchor = gtk_text_iter_get_child_anchor (&iter); in get_object_at_lilypond()
2936 anchor = gtk_text_iter_get_child_anchor (&iter); in get_object_at_lilypond()
2982 GtkTextChildAnchor *anchor = gtk_text_iter_get_child_anchor (&iter); in goto_lilypond_position()
2989 anchor = gtk_text_iter_get_child_anchor (&iter); in goto_lilypond_position()
3119 GtkTextChildAnchor *anchor = gtk_text_iter_get_child_anchor (&cursor); in lily_keypress()
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dtext_iter.rs526 from_glib_none(gtk_sys::gtk_text_iter_get_child_anchor( in get_child_anchor()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dtext_iter.rs526 from_glib_none(gtk_sys::gtk_text_iter_get_child_anchor( in get_child_anchor()
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dtext_iter.rs526 from_glib_none(gtk_sys::gtk_text_iter_get_child_anchor( in get_child_anchor()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtktextiter.inc92 function gtk_text_iter_get_child_anchor(iter:PGtkTextIter):PGtkTextChildAnchor; cdecl; external gtk…
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtktextiter.inc92 function gtk_text_iter_get_child_anchor(iter:PGtkTextIter):PGtkTextChildAnchor; cdecl; external gtk…
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dtext_iter.rs561 unsafe { from_glib_none(ffi::gtk_text_iter_get_child_anchor(self.to_glib_none().0)) } in child_anchor()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dtext_iter.rs561 unsafe { from_glib_none(ffi::gtk_text_iter_get_child_anchor(self.to_glib_none().0)) } in child_anchor()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dtext_iter.rs561 unsafe { from_glib_none(ffi::gtk_text_iter_get_child_anchor(self.to_glib_none().0)) } in child_anchor()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dtext_iter.rs561 unsafe { from_glib_none(ffi::gtk_text_iter_get_child_anchor(self.to_glib_none().0)) } in child_anchor()
/dports/net-im/libpurple/pidgin-2.14.8/pidgin/
H A Dgtkimhtml.c705 anchor = gtk_text_iter_get_child_anchor(&iter); in gtk_motion_event_notify()
1274 anchor = gtk_text_iter_get_child_anchor(&iter); in smart_backspace_cb()
5404 GtkTextChildAnchor* anchor = gtk_text_iter_get_child_anchor(&iter); in gtk_imhtml_get_markup_range()
5566 anchor = gtk_text_iter_get_child_anchor(&iter); in gtk_imhtml_get_text()
/dports/net-im/pidgin/pidgin-2.14.8/pidgin/
H A Dgtkimhtml.c705 anchor = gtk_text_iter_get_child_anchor(&iter); in gtk_motion_event_notify()
1274 anchor = gtk_text_iter_get_child_anchor(&iter); in smart_backspace_cb()
5404 GtkTextChildAnchor* anchor = gtk_text_iter_get_child_anchor(&iter); in gtk_imhtml_get_markup_range()
5566 anchor = gtk_text_iter_get_child_anchor(&iter); in gtk_imhtml_get_text()
/dports/net-im/finch/pidgin-2.14.8/pidgin/
H A Dgtkimhtml.c705 anchor = gtk_text_iter_get_child_anchor(&iter); in gtk_motion_event_notify()
1274 anchor = gtk_text_iter_get_child_anchor(&iter); in smart_backspace_cb()
5404 GtkTextChildAnchor* anchor = gtk_text_iter_get_child_anchor(&iter); in gtk_imhtml_get_markup_range()
5566 anchor = gtk_text_iter_get_child_anchor(&iter); in gtk_imhtml_get_text()

123