Home
last modified time | relevance | path

Searched refs:text_window (Results 26 – 50 of 54) sorted by relevance

123

/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/examples/gtk_demo/
H A Dinit.inc48 text_window := NULL;
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/examples/gtk_demo/
H A Dinit.inc48 text_window := NULL;
/dports/graphics/vcg/vcg.1.30/src/
H A DX11devfs.c384 static Window text_window; variable
535 text_window = XCreateWindow(root_display, dialog_window, in allocateDialogBox()
553 XDefineCursor(root_display,text_window, in allocateDialogBox()
749 XMapRaised(root_display, text_window); in x11_print_fisel_dialog()
897 (Drawable)text_window, in draw_dialog_box()
1006 (Drawable)text_window, in draw_sizes()
1060 (Drawable)text_window, in draw_textwin()
1083 (Drawable)text_window, in draw_textwin()
1403 else if (e->window == text_window) {
1414 (Drawable)text_window,
/dports/x11-fonts/font-manager/font-manager-0.8.7/lib/common/
H A Dfont-manager-license-pane.c166 GdkWindow *text_window = gtk_text_view_get_window(GTK_TEXT_VIEW(widget), GTK_TEXT_WINDOW_TEXT); in on_event() local
167 gdk_window_set_cursor(text_window, NULL); in on_event()
H A Dfont-manager-font-preview.c506 …GdkWindow *text_window = gtk_text_view_get_window(GTK_TEXT_VIEW(self->textview), GTK_TEXT_WINDOW_T… in on_event() local
507 gdk_window_set_cursor(text_window, NULL); in on_event()
/dports/emulators/spim/spim-8.0/xspim/
H A Dwindows.c54 Widget register_window, text_window, data_window; variable
143 text_window = XtCreateManagedWidget ("file", asciiTextWidgetClass, parent, in create_text_window()
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/sourceview/
H A Dide-hover.c422 GdkWindow *text_window; in should_ignore_event() local
427 text_window = gtk_text_view_get_window (GTK_TEXT_VIEW (view), GTK_TEXT_WINDOW_TEXT); in should_ignore_event()
430 return (event_window != text_window && event_window != gutter_window); in should_ignore_event()
/dports/deskutils/zim/zim-0.74.3/zim/plugins/
H A Dtableofcontents.py571 text_window = self._textview.get_window(Gtk.TextWindowType.WIDGET)
572 if text_window is None:
575 text_x, text_y, text_w, text_h = text_window.get_geometry()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtktextview.c181 GtkTextWindow *text_window; member
749 target_rect = priv->text_window->allocation; in gtk_text_view_drop_scroll_motion()
1994 priv->text_window = text_window_new (widget); in gtk_text_view_init()
2052 return text_view->priv->text_window->css_node; in gtk_text_view_get_text_node()
3974 text_window_free (priv->text_window); in gtk_text_view_finalize()
4601 text_window_size_allocate (priv->text_window, &text_rect); in gtk_text_view_size_allocate()
9264 if (priv->text_window == NULL) in update_node_ordering()
9268 sibling = priv->text_window->css_node; in update_node_ordering()
9283 sibling = priv->text_window->css_node; in update_node_ordering()
9396 buffer_x -= text_window_get_width (priv->text_window); in gtk_text_view_buffer_to_window_coords()
[all …]
/dports/editors/gedit/gedit-40.1/gedit/
H A Dgedit-tab.c458 GdkWindow *text_window; in set_cursor_according_to_state() local
463 text_window = gtk_text_view_get_window (view, GTK_TEXT_WINDOW_TEXT); in set_cursor_according_to_state()
474 if (text_window != NULL) in set_cursor_according_to_state()
475 gdk_window_set_cursor (text_window, cursor); in set_cursor_according_to_state()
485 if (text_window != NULL) in set_cursor_according_to_state()
486 gdk_window_set_cursor (text_window, cursor); in set_cursor_according_to_state()
/dports/editors/pluma/pluma-1.26.0/pluma/
H A Dpluma-tab.c323 GdkWindow *text_window; in set_cursor_according_to_state() local
326 text_window = gtk_text_view_get_window (view, GTK_TEXT_WINDOW_TEXT); in set_cursor_according_to_state()
340 if (text_window != NULL) in set_cursor_according_to_state()
341 gdk_window_set_cursor (text_window, cursor); in set_cursor_according_to_state()
353 if (text_window != NULL) in set_cursor_according_to_state()
354 gdk_window_set_cursor (text_window, cursor); in set_cursor_according_to_state()
/dports/editors/xed/xed-3.2.0/xed/
H A Dxed-tab.c385 GdkWindow *text_window; in set_cursor_according_to_state() local
388 text_window = gtk_text_view_get_window (view, GTK_TEXT_WINDOW_TEXT); in set_cursor_according_to_state()
400 if (text_window != NULL) in set_cursor_according_to_state()
402 gdk_window_set_cursor (text_window, cursor); in set_cursor_according_to_state()
415 if (text_window != NULL) in set_cursor_according_to_state()
417 gdk_window_set_cursor (text_window, cursor); in set_cursor_according_to_state()
/dports/emulators/vice/vice-3.5/src/lib/liblame/frontend/
H A Dgtkanal.c1142 text_window(GtkWidget * widget, gpointer data) in text_window() function
1370 {"/Stats/_Show", NULL, func(text_window), 2, NULL},
1373 {"/_Help/_Documentation", NULL, func(text_window), 0, NULL},
1374 {"/_Help/_About", NULL, func(text_window), 1, NULL},
/dports/audio/lame/lame-3.100/frontend/
H A Dgtkanal.c1146 text_window(GtkWidget * widget, gpointer data) in text_window() function
1374 {"/Stats/_Show", NULL, func(text_window), 2, NULL},
1377 {"/_Help/_Documentation", NULL, func(text_window), 0, NULL},
1378 {"/_Help/_About", NULL, func(text_window), 1, NULL},
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/frontend/
H A Dgtkanal.c1142 text_window(GtkWidget * widget, gpointer data) in text_window() function
1370 {"/Stats/_Show", NULL, func(text_window), 2, NULL},
1373 {"/_Help/_Documentation", NULL, func(text_window), 0, NULL},
1374 {"/_Help/_About", NULL, func(text_window), 1, NULL},
/dports/sysutils/xcdroast/xcdroast-0.98alpha16/src/
H A Dmain.h90 gint start_blanking_process(gint devnr, GtkWidget *text_window);
192 gint fill_mkisofs_check_info(GtkWidget *text_window);
H A Dio.c6109 gint start_blanking_process(gint devnr, GtkWidget *text_window) { in start_blanking_process() argument
6132 readtrack_textview = text_window; in start_blanking_process()
9383 gint fill_mkisofs_check_info(GtkWidget *text_window) { in fill_mkisofs_check_info() argument
9402 readtrack_textview = text_window; in fill_mkisofs_check_info()
/dports/graphics/figurine/figurine-1.0.5/src/include/
H A Dstk_internal.h333 WindowStruct text_window; member
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktextview.h107 GtkTextWindow *GSEAL (text_window);
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/
H A DSConscript177 "src/systems/base/text_window.cc",
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpspinscale.c790 GdkWindow *text_window = gtk_entry_get_text_window (GTK_ENTRY (widget)); in gimp_spin_scale_change_value() local
800 width = gdk_window_get_width (text_window); in gimp_spin_scale_change_value()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtktextview.inc67 text_window : PGtkTextWindow;
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtktextview.inc67 text_window : PGtkTextWindow;
/dports/multimedia/lives/lives-3.2.0/src/
H A Dinterface.c1390 text_window *create_text_window(const char *title, const char *text, LiVESTextBuffer *textbuffer, in create_text_window()
1399 textwindow = (text_window *)lives_malloc(sizeof(text_window)); in create_text_window()
4735 text_window *textwindow; in do_keys_window()
4814 text_window *textwindow; in do_mt_keys_window()
/dports/deskutils/zim/zim-0.74.3/zim/gui/pageview/
H A D__init__.py4116 text_window = self.get_window(Gtk.TextWindowType.TEXT)
4117 if text_window:
4118 width = text_window.get_geometry()[2]

123