Home | History | Annotate | Download | only in gtk

Lines Matching refs:selection_bound

565   gint selection_bound;
568 g_object_get(G_OBJECT(text_entry_), "selection-bound", &selection_bound,
571 return UTF8ToUTF16(contents.substr(cursor_pos, selection_bound));