Searched defs:text_view (Results 1 – 4 of 4) sorted by relevance
138 GtkTextView* text_view) { in GetHandlerOwner()145 void GtkKeyBindingsHandler::BackSpace(GtkTextView* text_view) { in BackSpace()149 void GtkKeyBindingsHandler::CopyClipboard(GtkTextView* text_view) { in CopyClipboard()153 void GtkKeyBindingsHandler::CutClipboard(GtkTextView* text_view) { in CutClipboard()158 GtkTextView* text_view, GtkDeleteType type, gint count) { in DeleteFromCursor()209 void GtkKeyBindingsHandler::InsertAtCursor(GtkTextView* text_view, in InsertAtCursor()216 GtkTextView* text_view, GtkMovementStep step, gint count, in MoveCursor()265 GtkTextView* text_view, GtkScrollStep step, gint count) { in MoveViewport()275 void GtkKeyBindingsHandler::PasteClipboard(GtkTextView* text_view) { in PasteClipboard()279 void GtkKeyBindingsHandler::SelectAll(GtkTextView* text_view, gboolean select) { in SelectAll()[all …]
122 GtkWidget* text_view = gtk_text_view_new(); in ShowInstallDialog() local
182 GtkWidget* text_view() { in text_view() function
1847 GtkTextView* text_view = GTK_TEXT_VIEW(text_view_); in WindowBoundsFromIters() local