About my projects, examples and tutorials
Gnome::Gtk4::T-textiter

Gnome::Gtk4::T-textiter

Record N-TextIter§

class N-TextIter:auth<github:MARTIMM>:api<2> is export is repr('CStruct') {

  has gpointer $.dummy1;
  has gpointer $.dummy2;
  has gint $.dummy3;
  has gint $.dummy4;
  has gint $.dummy5;
  has gint $.dummy6;
  has gint $.dummy7;
  has gint $.dummy8;
  has gpointer $.dummy9;
  has gpointer $.dummy10;
  has gint $.dummy11;
  has gint $.dummy12;
  has gint $.dummy13;
  has gpointer $.dummy14;
}
Code
  • dummy1;
  • dummy2;
  • dummy3;
  • dummy4;
  • dummy5;
  • dummy6;
  • dummy7;
  • dummy8;
  • dummy9;
  • dummy10;
  • dummy11;
  • dummy12;
  • dummy13;
  • dummy14;

Bitfields§

GtkTextSearchFlags§

Flags affecting how a search is done.

If neither GTK_TEXT_SEARCH_VISIBLE_ONLY nor GTK_TEXT_SEARCH_TEXT_ONLY are enabled, the match must be exact; the special 0xFFFC character will match embedded paintables or child widgets.

  • GTK_TEXT_SEARCH_VISIBLE_ONLY; Search only visible data. A search match may have invisible text interspersed.
  • GTK_TEXT_SEARCH_TEXT_ONLY; Search only text. A match may have paintables or child widgets mixed inside the matched range.
  • GTK_TEXT_SEARCH_CASE_INSENSITIVE; The text will be matched regardless of what case it is in.

Callback Functions§

TextCharPredicate§

Signature§

:(  UInt() $ch, gpointer $user-data  )
Code
  • $ch; a Unicode code point
  • $user-data; data passed to the callback