Home
last modified time | relevance | path

Searched refs:scr_win (Results 1 – 12 of 12) sorted by relevance

/dports/games/xorgramana/XorGramana-0.0.8/
H A Dgame_display.c29 int rx=scr_win->win_brx-ICON_WIDTH; in game_win_create()
30 int by=scr_win->win_bry-ICON_HEIGHT; in game_win_create()
82 gfx_set_win(scr_win); in game_win_update_player_info()
85 for(i=1;i<scr_win->blk_count_x-1;i++) in game_win_update_player_info()
86 gfx_win_draw_image(hs_icons[ICON_LINE_B],i, scr_win->blk_count_y-1); in game_win_update_player_info()
88 gfx_mv_cur(1,scr_win->blk_count_y-1); in game_win_update_player_info()
91 gfx_mv_cur(scr_win->blk_count_x-6,scr_win->blk_count_y-1); in game_win_update_player_info()
H A Dgfx.c27 struct gfx_win* scr_win=0; variable
118 scr_win=gfx_new_win(GFX_CENTER_X|GFX_CENTER_Y,0,0,0,0,ICON_WIDTH,ICON_HEIGHT); in gfx_start()
119 rx=scr_win->win_w-ICON_WIDTH; in gfx_start()
120 by=scr_win->win_h-ICON_HEIGHT; in gfx_start()
126 free(scr_win); in gfx_end()
128 scr_win=0; in gfx_end()
134 gfx_set_win(scr_win); in scr_win_border()
136 gfx_box(0,0,scr_win->blk_count_x-1,scr_win->blk_count_y-1,FALSE); in scr_win_border()
H A Dgfx.h96 extern struct gfx_win* scr_win; /* default window (border)*/
H A Dplay_xor.c104 gfx_set_win(scr_win); in play_xor()
/dports/editors/jove/jove/
H A Dibmpcdos.c105 scr_win(op, no, ur, lr) in scr_win() function
126 scr_win(VBS_scroll_window_down, num, top, bottom);
133 scr_win(VBS_scroll_window_up, num, top, bottom);
141 scr_win(VBS_scroll_window_up, 0, 0, ILI); in clr_page()
356 scr_win(VBS_scroll_window_up, 1, 0, ILI); in line_feed()
H A Dwin32.c656 scr_win(int no, int ulr, int ulc, int lrr, int lrc) in scr_win() function
709 scr_win(-num, top, 0, bottom, CO-1);
716 scr_win(num, top, 0, bottom, CO-1);
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dtdgtbmpl.c331 if (TgPressButtonLoop(mainDisplay, pTdgtBmpList->scr_win, NULL,
422 XGrabPointer(mainDisplay, pTdgtBmpList->scr_win, False,
795 if (button_ev->window == pTdgtBmpList->scr_win) {
861 input->xany.window == pTdgtBmpList->scr_win) {
898 XMapWindow(mainDisplay, pTdgtBmpList->scr_win);
899 XSelectInput(mainDisplay, pTdgtBmpList->scr_win, KeyPressMask |
910 XSelectInput(mainDisplay, pTdgtBmpList->scr_win, KeyPressMask |
912 XMapWindow(mainDisplay, pTdgtBmpList->scr_win);
943 XMoveResizeWindow(mainDisplay, pTdgtBmpList->scr_win,
1188 if ((pTdgtBmpList->scr_win=XCreateSimpleWindow(mainDisplay,
[all …]
H A Dtdgtlist.c246 TgDrawScrollBar(mainDisplay, pTdgtList->scr_win, VERT_SCROLLBAR,
403 if (TgPressButtonLoop(mainDisplay, pTdgtList->scr_win, NULL,
485 XGrabPointer(mainDisplay, pTdgtList->scr_win, False,
851 if (button_ev->window == pTdgtList->scr_win) {
903 input->xany.window == pTdgtList->scr_win) {
939 XMapWindow(mainDisplay, pTdgtList->scr_win);
940 XSelectInput(mainDisplay, pTdgtList->scr_win, KeyPressMask |
950 XSelectInput(mainDisplay, pTdgtList->scr_win, KeyPressMask |
952 XMapWindow(mainDisplay, pTdgtList->scr_win);
1084 if ((pTdgtList->scr_win=XCreateSimpleWindow(mainDisplay,
[all …]
H A Dtdgtlist.e47 Window dsp_win, scr_win;
H A Dtdgtbmpl.e48 Window dsp_win, scr_win;
/dports/graphics/geomorph/geomorph-0.60.1/src/fourier/
H A Dfourier_dialog.c652 scr_win = build_scrolled_window(fds->freal_view, FOURIER_VIEW_SIZE, FOURIER_VIEW_SIZE ); in build_fourier_widget()
653 gtk_notebook_append_page (GTK_NOTEBOOK(notebook), scr_win, in build_fourier_widget()
656 gtk_notebook_page_num(GTK_NOTEBOOK(notebook), scr_win); in build_fourier_widget()
657 fds->freal_scrwin = scr_win; in build_fourier_widget()
660 gtk_notebook_append_page (GTK_NOTEBOOK(notebook), scr_win, in build_fourier_widget()
663 gtk_notebook_page_num(GTK_NOTEBOOK(notebook), scr_win); in build_fourier_widget()
664 fds->fimaginary_scrwin = scr_win; in build_fourier_widget()
666 scr_win = build_scrolled_window(fds->fmodule_view, FOURIER_VIEW_SIZE, FOURIER_VIEW_SIZE); in build_fourier_widget()
667 gtk_notebook_append_page (GTK_NOTEBOOK(notebook), scr_win, in build_fourier_widget()
670 gtk_notebook_page_num(GTK_NOTEBOOK(notebook), scr_win); in build_fourier_widget()
[all …]
/dports/chinese/libtabe/libtabe-0.2.6.orig/src/supports/GTKTsi/
H A DGTKTsi.c295 GtkWidget *scr_win; in edit_tsi() local
371 scr_win = gtk_scrolled_window_new(NULL, NULL); in edit_tsi()
372 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scr_win), in edit_tsi()
374 gtk_box_pack_start(GTK_BOX(box), scr_win, TRUE, TRUE, 0); in edit_tsi()
375 gtk_widget_set_usize(scr_win, 400, 400); in edit_tsi()
376 gtk_widget_show(scr_win); in edit_tsi()
379 gtk_scrolled_window_add_with_viewport(GTK_SCROLLED_WINDOW(scr_win), vbox); in edit_tsi()