Home
last modified time | relevance | path

Searched refs:text_window (Results 1 – 25 of 54) sorted by last modified time

123

/dports/sysutils/xcdroast/xcdroast-0.98alpha16/src/
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/vcg/vcg.1.30/src/
H A DX11devti.c332 static Window text_window; variable
668 text_window = XCreateWindow(root_display, dialog_window, in allocateDialogBox()
684 XDefineCursor(root_display,text_window, in allocateDialogBox()
884 XMapRaised(root_display, text_window); in x11_print_title_dialog()
1021 (Drawable)text_window, in draw_dialog_box()
1083 (Drawable)text_window, in draw_sizes()
1157 (Drawable)text_window, in draw_textwin()
1167 (Drawable)text_window, in draw_textwin()
1447 if (e->window == text_window) {
1456 (Drawable)text_window,
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,
H A DX11devfe.c316 static Window text_window; variable
560 text_window = XCreateWindow(root_display, dialog_window, in allocateDialogBox()
576 XDefineCursor(root_display,text_window, in allocateDialogBox()
767 XMapRaised(root_display, text_window); in x11_print_fedge_dialog()
904 (Drawable)text_window, in draw_dialog_box()
962 (Drawable)text_window, in draw_sizes()
1033 (Drawable)text_window, in draw_textwin()
1043 (Drawable)text_window, in draw_textwin()
1322 if (e->window == text_window) {
1331 (Drawable)text_window,
/dports/games/freedoko/FreeDoko_0.7.19/src/ui/gtkmm/
H A Dfirst_run.cpp134 auto text_window = Gtk::manage(new Gtk::ScrolledWindow()); in init() local
135 text_window->add(*text); in init()
136 text_window->set_policy(Gtk::POLICY_AUTOMATIC, Gtk::POLICY_AUTOMATIC); in init()
141 this->get_content_area()->pack_start(*text_window); in init()
H A Dprogram_updated.cpp121 auto text_window = Gtk::manage(new Gtk::ScrolledWindow()); in ProgramUpdated() local
122 text_window->add(*text); in ProgramUpdated()
123 text_window->set_policy(Gtk::POLICY_AUTOMATIC, Gtk::POLICY_AUTOMATIC); in ProgramUpdated()
128 this->get_content_area()->pack_end(*text_window); in ProgramUpdated()
H A Dlicense.cpp95 auto text_window = Gtk::manage(new Gtk::ScrolledWindow()); in init() local
96 text_window->add(*(this->program_text)); in init()
97 text_window->set_policy(Gtk::POLICY_AUTOMATIC, Gtk::POLICY_AUTOMATIC); in init()
103 notebook->append_page(*text_window, *label); in init()
106 auto text_window = Gtk::manage(new Gtk::ScrolledWindow()); in init() local
107 text_window->add(*(this->cardset_text)); in init()
108 text_window->set_policy(Gtk::POLICY_AUTOMATIC, Gtk::POLICY_AUTOMATIC); in init()
114 notebook->append_page(*text_window, *label); in init()
117 auto text_window = Gtk::manage(new Gtk::ScrolledWindow()); in init() local
118 text_window->add(*(this->iconset_text)); in init()
[all …]
H A Dsupport.cpp90 auto text_window = Gtk::manage(new Gtk::ScrolledWindow()); in init() local
91 text_window->add(*this->text); in init()
92 text_window->set_policy(Gtk::POLICY_AUTOMATIC, Gtk::POLICY_AUTOMATIC); in init()
97 this->get_content_area()->pack_start(*text_window); in init()
H A Dabout.cpp91 auto text_window = Gtk::manage(new Gtk::ScrolledWindow()); in init() local
92 text_window->add(*this->text); in init()
93 text_window->set_policy(Gtk::POLICY_AUTOMATIC, Gtk::POLICY_AUTOMATIC); in init()
98 this->get_content_area()->pack_start(*text_window); in init()
/dports/comms/xcwcp/unixcw-3.5.1/src/cwcp/
H A Dcwcp.c86 *text_window = NULL, *text_subwindow = NULL, variable
1123 ui_init_display(max_y - 3, max_x - 20, 0, 20, _("Start(F9)"), &text_window, &text_subwindow); in ui_initialize()
1181 if (text_window) { in ui_destroy()
1182 delwin(text_window); in ui_destroy()
1183 text_window = NULL; in ui_destroy()
1622 box(text_window, 0, 0); in ui_display_state()
1623 mvwaddstr(text_window, 0, 1, state); in ui_display_state()
1624 wnoutrefresh(text_window); in ui_display_state()
/dports/comms/unixcw/unixcw-3.5.1/src/cwcp/
H A Dcwcp.c86 *text_window = NULL, *text_subwindow = NULL, variable
1123 ui_init_display(max_y - 3, max_x - 20, 0, 20, _("Start(F9)"), &text_window, &text_subwindow); in ui_initialize()
1181 if (text_window) { in ui_destroy()
1182 delwin(text_window); in ui_destroy()
1183 text_window = NULL; in ui_destroy()
1622 box(text_window, 0, 0); in ui_display_state()
1623 mvwaddstr(text_window, 0, 1, state); in ui_display_state()
1624 wnoutrefresh(text_window); in ui_display_state()
/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/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtktextview.c176 GtkTextWindow *text_window; member
3729 text_window_free (priv->text_window); in gtk_text_view_finalize()
5994 if (text_window == NULL) in paint_border_window()
7291 if (priv->text_window) in gtk_text_view_toggle_overwrite()
7300 if (priv->text_window) in gtk_text_view_toggle_overwrite()
9872 if (node == priv->text_window->css_node) in node_style_changed_cb()
9885 if (priv->text_window == NULL) in update_node_ordering()
9889 sibling = priv->text_window->css_node; in update_node_ordering()
9901 sibling = priv->text_window->css_node; in update_node_ordering()
10363 return priv->text_window->bin_window; in gtk_text_view_get_window()
[all …]
/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/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]
/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/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/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/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/x11-fonts/font-manager/font-manager-0.8.7/lib/common/
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()
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()
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/systems/sdl/
H A Dsdl_text_system.cc64 std::shared_ptr<TextWindow> SDLTextSystem::GetTextWindow(int text_window) { in GetTextWindow() argument
65 WindowMap::iterator it = text_window_.find(text_window); in GetTextWindow()
67 it = text_window_.emplace(text_window, in GetTextWindow()
69 sdl_system_, text_window))).first; in GetTextWindow()
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/
H A DSConscript177 "src/systems/base/text_window.cc",
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/systems/base/
H A Dtext_key_cursor.cc85 void TextKeyCursor::Render(TextWindow& text_window, std::ostream* tree) { in Render() argument
88 Point keycur = text_window.KeycursorPosition(frame_size_); in Render()
H A Dtext_key_cursor.h58 void Render(TextWindow& text_window, std::ostream* tree);

123