Home
last modified time | relevance | path

Searched defs:text_view (Results 1 – 25 of 511) sorted by relevance

12345678910>>...21

/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktextview.c1385 GtkTextView *text_view; in gtk_text_view_new_with_buffer() local
2892 GtkTextView *text_view; in gtk_text_view_destroy() local
2920 GtkTextView *text_view; in gtk_text_view_finalize() local
2969 GtkTextView *text_view; in gtk_text_view_set_property() local
3052 GtkTextView *text_view; in gtk_text_view_get_property() local
3130 GtkTextView *text_view; in gtk_text_view_size_request() local
3349 GtkTextView *text_view; in gtk_text_view_size_allocate() local
3686 GtkTextView *text_view; in invalidated_handler() local
3701 GtkTextView *text_view; in changed_handler() local
3830 GtkTextView *text_view; in gtk_text_view_realize() local
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtktextview.c704 GtkTextView *text_view; in gtk_text_view_drop_motion_scroll_timeout() local
2114 GtkTextView *text_view; in gtk_text_view_new_with_buffer() local
3944 GtkTextView *text_view; in gtk_text_view_finalize() local
3992 GtkTextView *text_view; in gtk_text_view_set_property() local
4125 GtkTextView *text_view; in gtk_text_view_get_property() local
4549 GtkTextView *text_view; in gtk_text_view_size_allocate() local
4847 GtkTextView *text_view; in invalidated_handler() local
4862 GtkTextView *text_view; in changed_handler() local
4924 GtkTextView *text_view; in gtk_text_view_realize() local
4954 GtkTextView *text_view; in gtk_text_view_unrealize() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gtk/
H A Dgtk_key_bindings_handler.cc158 GtkTextView* text_view) { in GetHandlerOwner()
165 void GtkKeyBindingsHandler::BackSpace(GtkTextView* text_view) { in BackSpace()
170 void GtkKeyBindingsHandler::CopyClipboard(GtkTextView* text_view) { in CopyClipboard()
175 void GtkKeyBindingsHandler::CutClipboard(GtkTextView* text_view) { in CutClipboard()
180 void GtkKeyBindingsHandler::DeleteFromCursor(GtkTextView* text_view, in DeleteFromCursor()
240 void GtkKeyBindingsHandler::InsertAtCursor(GtkTextView* text_view, in InsertAtCursor()
248 void GtkKeyBindingsHandler::MoveCursor(GtkTextView* text_view, in MoveCursor()
355 void GtkKeyBindingsHandler::MoveViewport(GtkTextView* text_view, in MoveViewport()
361 void GtkKeyBindingsHandler::PasteClipboard(GtkTextView* text_view) { in PasteClipboard()
372 void GtkKeyBindingsHandler::SetAnchor(GtkTextView* text_view) { in SetAnchor()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gtk/
H A Dgtk_key_bindings_handler.cc158 GtkTextView* text_view) { in GetHandlerOwner()
165 void GtkKeyBindingsHandler::BackSpace(GtkTextView* text_view) { in BackSpace()
170 void GtkKeyBindingsHandler::CopyClipboard(GtkTextView* text_view) { in CopyClipboard()
175 void GtkKeyBindingsHandler::CutClipboard(GtkTextView* text_view) { in CutClipboard()
180 void GtkKeyBindingsHandler::DeleteFromCursor(GtkTextView* text_view, in DeleteFromCursor()
240 void GtkKeyBindingsHandler::InsertAtCursor(GtkTextView* text_view, in InsertAtCursor()
248 void GtkKeyBindingsHandler::MoveCursor(GtkTextView* text_view, in MoveCursor()
355 void GtkKeyBindingsHandler::MoveViewport(GtkTextView* text_view, in MoveViewport()
361 void GtkKeyBindingsHandler::PasteClipboard(GtkTextView* text_view) { in PasteClipboard()
372 void GtkKeyBindingsHandler::SetAnchor(GtkTextView* text_view) { in SetAnchor()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtktextview.c1882 GtkTextView *text_view; in gtk_text_view_new_with_buffer() local
3667 GtkTextView *text_view; in gtk_text_view_destroy() local
3704 GtkTextView *text_view; in gtk_text_view_finalize() local
3763 GtkTextView *text_view; in gtk_text_view_set_property() local
3899 GtkTextView *text_view; in gtk_text_view_get_property() local
4017 GtkTextView *text_view; in gtk_text_view_size_request() local
4266 GtkTextView *text_view; in gtk_text_view_size_allocate() local
4573 GtkTextView *text_view; in invalidated_handler() local
4588 GtkTextView *text_view; in changed_handler() local
4728 GtkTextView *text_view; in gtk_text_view_realize() local
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimptextproxy.c138 gimp_text_proxy_move_cursor (GtkTextView *text_view, in gimp_text_proxy_move_cursor()
146 gimp_text_proxy_insert_at_cursor (GtkTextView *text_view, in gimp_text_proxy_insert_at_cursor()
152 gimp_text_proxy_delete_from_cursor (GtkTextView *text_view, in gimp_text_proxy_delete_from_cursor()
159 gimp_text_proxy_backspace (GtkTextView *text_view) in gimp_text_proxy_backspace()
164 gimp_text_proxy_cut_clipboard (GtkTextView *text_view) in gimp_text_proxy_cut_clipboard()
169 gimp_text_proxy_copy_clipboard (GtkTextView *text_view) in gimp_text_proxy_copy_clipboard()
174 gimp_text_proxy_paste_clipboard (GtkTextView *text_view) in gimp_text_proxy_paste_clipboard()
179 gimp_text_proxy_toggle_overwrite (GtkTextView *text_view) in gimp_text_proxy_toggle_overwrite()
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/examples/pylgtk-demo/demos/
H A Dhypertext.py50 def key_press_event(self, text_view, event): argument
59 def event_after(self, text_view, event): argument
87 def set_cursor_if_appropriate(self, text_view, x, y): argument
109 def motion_notify_event(self, text_view, event): argument
118 def visibility_notify_event(self, text_view, event): argument
168 def follow_if_link(self, text_view, iter): argument
/dports/x11-toolkits/gtk20/gtk+-2.24.33/demos/gtk-demo/
H A Dhypertext.c83 follow_if_link (GtkWidget *text_view, in follow_if_link()
108 key_press_event (GtkWidget *text_view, in key_press_event()
134 event_after (GtkWidget *text_view, in event_after()
177 set_cursor_if_appropriate (GtkTextView *text_view, in set_cursor_if_appropriate()
217 motion_notify_event (GtkWidget *text_view, in motion_notify_event()
236 visibility_notify_event (GtkWidget *text_view, in visibility_notify_event()
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dutils_editables.c54 GtkWidget * text_view; in gsb_editable_text_view_new() local
78 gchar *gsb_editable_text_view_get_content ( GtkWidget *text_view ) in gsb_editable_text_view_get_content()
105 GtkWidget *text_view ) in gsb_editable_erase_text_view()
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/reftests/
H A Dtextview-border-windows.c21 set_border_window_size (GtkTextView *text_view, in set_border_window_size()
33 add_border_windows (GtkTextView *text_view) in add_border_windows()
H A Dtextview-tags.c23 apply_tags_blue (GtkTextView *text_view) in apply_tags_blue()
41 apply_tags_red_blue (GtkTextView *text_view) in apply_tags_red_blue()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/demos/gtk-demo/
H A Dhypertext.c83 follow_if_link (GtkWidget *text_view, in follow_if_link()
108 key_press_event (GtkWidget *text_view, in key_press_event()
134 event_after (GtkWidget *text_view, in event_after()
191 set_cursor_if_appropriate (GtkTextView *text_view, in set_cursor_if_appropriate()
232 motion_notify_event (GtkWidget *text_view, in motion_notify_event()
/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/gtk-demo/
H A Dhypertext.c60 show_page (GtkTextView *text_view, in show_page()
198 follow_if_link (GtkWidget *text_view, in follow_if_link()
227 GtkWidget *text_view) in key_pressed()
258 GtkWidget *text_view) in released_cb()
286 GtkTextView *text_view) in motion_cb()
304 set_cursor_if_appropriate (GtkTextView *text_view, in set_cursor_if_appropriate()
/dports/multimedia/gaupol/gaupol-1.4-3-g6116d42b/gaupol/
H A Druler.py63 def _on_text_view_draw(text_view, cairoc): argument
85 def connect_text_view(text_view): argument
96 def disconnect_text_view(text_view): argument
/dports/science/luscus/luscus_0.8.6/
H A Dgv_gtk_help.c336 static void follow_if_link(GtkWidget *text_view, GtkTextIter *iter) in follow_if_link()
357 static gboolean key_press_event(GtkWidget *text_view, GdkEventKey *event) in key_press_event()
383 static gboolean visibility_notify_event(GtkWidget *text_view, GdkEventVisibility *event) in visibility_notify_event()
433 static gboolean event_after(GtkWidget *text_view, GdkEvent *ev) in event_after()
472 GtkWidget *text_view; in luscus_gtk_callback_help() local
/dports/editors/leafpad/leafpad-0.8.18.1/src/
H A Dgtkprint.c32 GtkPrintContext *ctx, GtkTextView *text_view) in get_tab_array()
133 static GtkPrintOperation *create_print_operation(GtkTextView *text_view) in create_print_operation()
159 static void create_error_dialog(GtkTextView *text_view, gchar *message) in create_error_dialog()
177 void create_gtkprint_session(GtkTextView *text_view, const gchar *title) in create_gtkprint_session()
203 void create_gtkprint_preview_session(GtkTextView *text_view, const gchar *title) in create_gtkprint_preview_session()
H A Dlinenum.c49 get_lines (GtkTextView *text_view, in get_lines()
114 GtkTextView *text_view; in line_numbers_expose() local
305 void show_line_numbers(GtkWidget *text_view, gboolean visible) in show_line_numbers()
321 void linenum_init(GtkWidget *text_view) in linenum_init()
H A Dindent.c65 void indent_real(GtkWidget *text_view) in indent_real()
87 static gint calculate_real_tab_width(GtkWidget *text_view, guint tab_size) //from gtksourceview in calculate_real_tab_width()
109 void indent_refresh_tab_width(GtkWidget *text_view) in indent_refresh_tab_width()
120 void indent_toggle_tab_width(GtkWidget *text_view) in indent_toggle_tab_width()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/reftests/
H A Dtextview-tags.c23 apply_tags_blue (GtkTextView *text_view) in apply_tags_blue()
41 apply_tags_red_blue (GtkTextView *text_view) in apply_tags_red_blue()
/dports/databases/libgda5-mysql/libgda-5.2.10/tools/browser/ldap-browser/
H A Dclass-properties.c200 set_cursor_if_appropriate (GtkTextView *text_view, gint x, gint y, ClassProperties *cprop) in set_cursor_if_appropriate()
246 visibility_notify_event (GtkWidget *text_view, G_GNUC_UNUSED GdkEventVisibility *event, in visibility_notify_event()
270 motion_notify_event (GtkWidget *text_view, GdkEventMotion *event, ClassProperties *cprop) in motion_notify_event()
288 follow_if_link (G_GNUC_UNUSED GtkWidget *text_view, GtkTextIter *iter, ClassProperties *cprop) in follow_if_link()
311 event_after (GtkWidget *text_view, GdkEvent *ev, ClassProperties *cprop) in event_after()
348 key_press_event (GtkWidget *text_view, GdkEventKey *event, ClassProperties *cprop) in key_press_event()
/dports/databases/libgda5-postgresql/libgda-5.2.10/tools/browser/ldap-browser/
H A Dclass-properties.c200 set_cursor_if_appropriate (GtkTextView *text_view, gint x, gint y, ClassProperties *cprop) in set_cursor_if_appropriate()
246 visibility_notify_event (GtkWidget *text_view, G_GNUC_UNUSED GdkEventVisibility *event, in visibility_notify_event()
270 motion_notify_event (GtkWidget *text_view, GdkEventMotion *event, ClassProperties *cprop) in motion_notify_event()
288 follow_if_link (G_GNUC_UNUSED GtkWidget *text_view, GtkTextIter *iter, ClassProperties *cprop) in follow_if_link()
311 event_after (GtkWidget *text_view, GdkEvent *ev, ClassProperties *cprop) in event_after()
348 key_press_event (GtkWidget *text_view, GdkEventKey *event, ClassProperties *cprop) in key_press_event()
/dports/databases/libgda5-ui/libgda-5.2.10/tools/browser/ldap-browser/
H A Dclass-properties.c200 set_cursor_if_appropriate (GtkTextView *text_view, gint x, gint y, ClassProperties *cprop) in set_cursor_if_appropriate()
246 visibility_notify_event (GtkWidget *text_view, G_GNUC_UNUSED GdkEventVisibility *event, in visibility_notify_event()
270 motion_notify_event (GtkWidget *text_view, GdkEventMotion *event, ClassProperties *cprop) in motion_notify_event()
288 follow_if_link (G_GNUC_UNUSED GtkWidget *text_view, GtkTextIter *iter, ClassProperties *cprop) in follow_if_link()
311 event_after (GtkWidget *text_view, GdkEvent *ev, ClassProperties *cprop) in event_after()
348 key_press_event (GtkWidget *text_view, GdkEventKey *event, ClassProperties *cprop) in key_press_event()
/dports/databases/libgda5-ldap/libgda-5.2.10/tools/browser/ldap-browser/
H A Dclass-properties.c200 set_cursor_if_appropriate (GtkTextView *text_view, gint x, gint y, ClassProperties *cprop) in set_cursor_if_appropriate()
246 visibility_notify_event (GtkWidget *text_view, G_GNUC_UNUSED GdkEventVisibility *event, in visibility_notify_event()
270 motion_notify_event (GtkWidget *text_view, GdkEventMotion *event, ClassProperties *cprop) in motion_notify_event()
288 follow_if_link (G_GNUC_UNUSED GtkWidget *text_view, GtkTextIter *iter, ClassProperties *cprop) in follow_if_link()
311 event_after (GtkWidget *text_view, GdkEvent *ev, ClassProperties *cprop) in event_after()
348 key_press_event (GtkWidget *text_view, GdkEventKey *event, ClassProperties *cprop) in key_press_event()
/dports/databases/libgda5-bdb/libgda-5.2.10/tools/browser/ldap-browser/
H A Dclass-properties.c200 set_cursor_if_appropriate (GtkTextView *text_view, gint x, gint y, ClassProperties *cprop) in set_cursor_if_appropriate()
246 visibility_notify_event (GtkWidget *text_view, G_GNUC_UNUSED GdkEventVisibility *event, in visibility_notify_event()
270 motion_notify_event (GtkWidget *text_view, GdkEventMotion *event, ClassProperties *cprop) in motion_notify_event()
288 follow_if_link (G_GNUC_UNUSED GtkWidget *text_view, GtkTextIter *iter, ClassProperties *cprop) in follow_if_link()
311 event_after (GtkWidget *text_view, GdkEvent *ev, ClassProperties *cprop) in event_after()
348 key_press_event (GtkWidget *text_view, GdkEventKey *event, ClassProperties *cprop) in key_press_event()
/dports/databases/libgda5-jdbc/libgda-5.2.10/tools/browser/ldap-browser/
H A Dclass-properties.c200 set_cursor_if_appropriate (GtkTextView *text_view, gint x, gint y, ClassProperties *cprop) in set_cursor_if_appropriate()
246 visibility_notify_event (GtkWidget *text_view, G_GNUC_UNUSED GdkEventVisibility *event, in visibility_notify_event()
270 motion_notify_event (GtkWidget *text_view, GdkEventMotion *event, ClassProperties *cprop) in motion_notify_event()
288 follow_if_link (G_GNUC_UNUSED GtkWidget *text_view, GtkTextIter *iter, ClassProperties *cprop) in follow_if_link()
311 event_after (GtkWidget *text_view, GdkEvent *ev, ClassProperties *cprop) in event_after()
348 key_press_event (GtkWidget *text_view, GdkEventKey *event, ClassProperties *cprop) in key_press_event()

12345678910>>...21