Home
last modified time | relevance | path

Searched refs:text_window (Results 1 – 25 of 54) sorted by relevance

123

/dports/games/lincity/lincity-1.13.1/
H A Ddialbox.c190 text_window.h = in dialog_box()
203 bs = (text_window.w - db_longest_button) / bn; in dialog_box()
223 db_rect[i].x = ((text_window.w - db_rect[i].w) / 2); in dialog_box()
230 dialog_window.w = (text_window.w + BORDER_SIZE*2); in dialog_box()
231 dialog_window.h = (text_window.h + BORDER_SIZE*2); in dialog_box()
291 text_window.x = dialog_window.x + BORDER_SIZE; in dialog_refresh()
292 text_window.y = dialog_window.y + BORDER_SIZE; in dialog_refresh()
311 Fgl_fillbox(text_window.x,text_window.y,text_window.w,text_window.h,color); in dialog_refresh()
324 Fgl_fillbox(db_rect[i].x + text_window.x, in dialog_refresh()
325 db_rect[i].y + text_window.y, in dialog_refresh()
[all …]
/dports/games/freedoko/FreeDoko_0.7.19/src/ui/gtkmm/
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()
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 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()
/dports/graphics/py-pyglet150/pyglet-1.5.0/tests/integration/text/
H A Dtest_empty_document.py13 def text_window(request): function
34 def test_empty_document(text_window): argument
36 text_window.dispatch_events()
37 text_window.close()
40 def test_empty_document_bold(text_window): argument
42 text_window.set_bold()
43 text_window.dispatch_events()
44 text_window.close()
/dports/graphics/py-pyglet/pyglet-1.5.21/tests/integration/text/
H A Dtest_empty_document.py13 def text_window(request): function
34 def test_empty_document(text_window): argument
36 text_window.dispatch_events()
37 text_window.close()
40 def test_empty_document_bold(text_window): argument
42 text_window.set_bold()
43 text_window.dispatch_events()
44 text_window.close()
/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/graphics/rgbpaint/rgbpaint-0.8.7/src/
H A Dviewer.c369 static GtkWidget *text_window, *text_font_window; variable
485 gtk_widget_destroy( text_window ); in delete_text()
510 text_window = gtk_dialog_new(); in pressed_text()
511 gtk_window_set_title( GTK_WINDOW(text_window), _("Paste Text") ); in pressed_text()
512 gtk_window_set_modal(GTK_WINDOW(text_window), TRUE); in pressed_text()
513 gtk_window_set_transient_for( GTK_WINDOW(text_window), GTK_WINDOW(main_window) ); in pressed_text()
515 vbox = GTK_DIALOG(text_window)->vbox; // Get dialog vertical box area in pressed_text()
523 hbox = GTK_DIALOG(text_window)->action_area; in pressed_text()
540 gtk_widget_show(text_window); in pressed_text()
541 gtk_window_add_accel_group( GTK_WINDOW(text_window), ag ); in pressed_text()
/dports/net/p5-Net-Dict/Net-Dict-2.22/
H A Dtkdict23 my $text_window;
151 $text_window->delete('0.0', 'end');
318 $text_window = $mw->Scrolled('Text',
322 $text_window->pack(-side => 'bottom', -fill => 'both', -expand => 1);
377 $text_window->delete('0.0', 'end');
434 $text_window->insert('end', $string);
/dports/graphics/figurine/figurine-1.0.5/src/
H A Dstk_dialog.c281 TEXTENTRY(l)->text_window.x, TEXTENTRY(l)->text_window.y, in stk_resize_dialog()
282 TEXTENTRY(l)->text_window.w, TEXTENTRY(l)->text_window.h); in stk_resize_dialog()
805 tp->text_window.y = tp->window.y; in stk_add_text_entry()
806 tp->text_window.w = 50; in stk_add_text_entry()
807 tp->window.w = tp->text_window.w + tp->text_window.x; in stk_add_text_entry()
817 …oveResizeWindow(stk_display,tp->text_window.win, tp->text_window.x, tp->text_window.y, tp->text_wi… in stk_add_text_entry()
832 XMapWindow(stk_display,tp->text_window.win); in stk_add_text_entry()
949 REDRAW_ALL_WINDOW(&TEXTENTRY(l)->text_window); in stk_set_text_entry()
1012 …XDrawLine(stk_display,t->text_window.win,bottomrightgc, t->pos_x, 4, t->pos_x, ((int)t->text_windo… in stk_redraw_dialog_text_entry_entry()
1013 …XDrawLine(stk_display,t->text_window.win,bottomrightgc, t->pos_x+1, 4, t->pos_x+1, ((int)t->text_w… in stk_redraw_dialog_text_entry_entry()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/examples/gtk_demo/
H A Dtextview.inc13 text_window,
502 if text_window = NULL then
504 text_window := gtk_window_new (GTK_WINDOW_TOPLEVEL);
507 g_signal_connect (text_window, 'destroy',
510 gtk_window_set_title (pGtkWindow(text_window), 'TextView');
515 gtk_container_add (pGtkContainer(text_window), vpaned);
552 if not GTK_WIDGET_VISIBLE (text_window) then
553 gtk_widget_show (text_window)
555 gtk_widget_destroy (text_window);
556 text_window := NULL;
[all …]
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/examples/gtk_demo/
H A Dtextview.inc13 text_window,
502 if text_window = NULL then
504 text_window := gtk_window_new (GTK_WINDOW_TOPLEVEL);
507 g_signal_connect (text_window, 'destroy',
510 gtk_window_set_title (pGtkWindow(text_window), 'TextView');
515 gtk_container_add (pGtkContainer(text_window), vpaned);
552 if not GTK_WIDGET_VISIBLE (text_window) then
553 gtk_widget_show (text_window)
555 gtk_widget_destroy (text_window);
556 text_window := NULL;
[all …]
/dports/emulators/spim/spim-8.0/xspim/
H A Dxspim.c675 XtSetValues (text_window, args, TWO); in redisplay_text()
692 XawTextUnsetSelection(text_window); in center_text_at_PC()
704 start = XawTextSearch (text_window, prev_PC <= PC ? XawsdRight : XawsdLeft, in center_text_at_PC()
709 start = XawTextSearch (text_window, in center_text_at_PC()
717 XawTextSetInsertionPoint (text_window, 0); in center_text_at_PC()
720 XawTextSetInsertionPoint (text_window, start + 1); in center_text_at_PC()
724 finish = XawTextSearch (text_window, XawsdRight, &text); in center_text_at_PC()
729 XawTextSetSelection(text_window, start + 1, finish); in center_text_at_PC()
H A Dwindows.h45 extern Widget register_window, text_window, data_window;
/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);
/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/vcg/vcg.1.30/src/
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,
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,
/dports/multimedia/lives/lives-3.2.0/src/
H A Dinterface.h143 } text_window; typedef
146 text_window *create_text_window(const char *title_part, const char *text, LiVESTextBuffer *,
314 text_window *textwindow;
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktextview.c2942 text_window_free (text_view->text_window); in gtk_text_view_finalize()
3155 text_view->text_window->requisition.width = 0; in gtk_text_view_size_request()
3156 text_view->text_window->requisition.height = 0; in gtk_text_view_size_request()
3453 text_window_size_allocate (text_view->text_window, in gtk_text_view_size_allocate()
3861 text_window_realize (text_view->text_window, widget); in gtk_text_view_realize()
3920 text_window_unrealize (text_view->text_window); in gtk_text_view_unrealize()
5867 if (text_view->text_window) in gtk_text_view_toggle_overwrite()
5876 if (text_view->text_window) in gtk_text_view_toggle_overwrite()
6845 target_rect = text_view->text_window->allocation; in gtk_text_view_drag_motion()
8422 return text_view->text_window->bin_window; in gtk_text_view_get_window()
[all …]
/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 …]

123