Home
last modified time | relevance | path

Searched refs:helpwin (Results 1 – 25 of 186) sorted by relevance

12345678

/dports/net-mgmt/bwm-ng/bwm-ng-0.6/src/
H A Dhelp.c105 WINDOW *helpwin; in print_online_help() local
106 helpwin=newwin(15,76,0,1); in print_online_help()
107 box(helpwin,ACS_VLINE, ACS_HLINE); in print_online_help()
109 mvwprintw(helpwin,2,2,"'h' show this help"); in print_online_help()
110 mvwprintw(helpwin,3,2,"'q' exit"); in print_online_help()
111 mvwprintw(helpwin,4,2,"'+' increases timeout by 100ms"); in print_online_help()
112 mvwprintw(helpwin,5,2,"'-' decreases timeout by 100ms"); in print_online_help()
120 mvwprintw(helpwin,10,2,"'n' cycle: input methods"); in print_online_help()
131 mvwprintw(helpwin,14,2," press any key to continue... "); in print_online_help()
132 wrefresh(helpwin); in print_online_help()
[all …]
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/mapedit/
H A Dhelp.c29 Window helpwin; variable
73 BuildHelpForm(helpwin, helppage); in OpenHelpPopup()
74 XMapWindow(display, helpwin); in OpenHelpPopup()
167 BuildHelpForm(helpwin, helppage); in NextHelp()
171 report.xexpose.window = helpwin; in NextHelp()
185 BuildHelpForm(helpwin, helppage); in PrevHelp()
189 report.xexpose.window = helpwin; in PrevHelp()
240 T_DrawText(helpwin, 10, in DrawHelpWin()
263 T_DrawText(helpwin, 20 + HELP_BTN_WIDTH, in DrawHelpWin()
268 T_DrawText(helpwin, 20 + HELP_BTN_WIDTH, in DrawHelpWin()
[all …]
/dports/games/xpilot/xpilot-4.5.5/src/mapedit/
H A Dhelp.c31 Window helpwin; variable
75 BuildHelpForm(helpwin, helppage); in OpenHelpPopup()
76 XMapWindow(display,helpwin); in OpenHelpPopup()
167 BuildHelpForm(helpwin, helppage); in NextHelp()
168 T_ClearArea(helpwin,0,0,HELP_WIDTH,HELP_HEIGHT); in NextHelp()
171 report.xexpose.window = helpwin; in NextHelp()
185 BuildHelpForm(helpwin, helppage); in PrevHelp()
189 report.xexpose.window = helpwin; in PrevHelp()
250 T_DrawText(helpwin,20+HELP_BTN_WIDTH, in DrawHelpWin()
254 T_DrawText(helpwin,20+HELP_BTN_WIDTH, in DrawHelpWin()
[all …]
/dports/devel/libslang2/slang-2.3.2/src/curses/
H A Dknight.c55 static WINDOW *helpwin; /* the help window */ variable
88 helpwin = newwin(0, 0, INSTRY, INSTRX); in init()
127 (void)waddstr(helpwin, "audible beep.\n\n"); in help1()
130 (void)waddstr(helpwin, "of legal moves.\n\n"); in help1()
132 (void)mvwaddstr(helpwin, NOTIFYY-INSTRY, 0, in help1()
157 (void)mvwaddstr(helpwin, NOTIFYY-INSTRY, 0, in help2()
171 werase(helpwin); in play()
176 wnoutrefresh(helpwin); in play()
306 wnoutrefresh(helpwin); in play()
342 werase(helpwin); in play()
[all …]
/dports/japanese/libslang/slang-1.4.5jp2/src/curses/
H A Dknight.c55 static WINDOW *helpwin; /* the help window */ variable
88 helpwin = newwin(0, 0, INSTRY, INSTRX); in init()
127 (void)waddstr(helpwin, "audible beep.\n\n"); in help1()
130 (void)waddstr(helpwin, "of legal moves.\n\n"); in help1()
132 (void)mvwaddstr(helpwin, NOTIFYY-INSTRY, 0, in help1()
157 (void)mvwaddstr(helpwin, NOTIFYY-INSTRY, 0, in help2()
171 werase(helpwin); in play()
176 wnoutrefresh(helpwin); in play()
306 wnoutrefresh(helpwin); in play()
342 werase(helpwin); in play()
[all …]
/dports/audio/cmp3/cmp3-kenrevs/
H A Dcmp3curses.c333 WINDOW *helpwin; in showhelp() local
336 helpwin = newwin(LINES-9,COLS-2,3,1); in showhelp()
337 wattron(helpwin, COLOR_PAIR(CCOLOR_HELP)); in showhelp()
338 wattron(helpwin, A_REVERSE); in showhelp()
339 mvwprintw(helpwin, 1, ((COLS-2)/2)-3, " Help "); in showhelp()
340 wattroff(helpwin, A_REVERSE); in showhelp()
344 mvwprintw(helpwin, 3, 0, in showhelp()
353 mvwprintw(helpwin, 3, 0, in showhelp()
378 box(helpwin, 0, 0); in showhelp()
379 wrefresh(helpwin); in showhelp()
[all …]
/dports/math/maxima/maxima-5.43.2/interfaces/xmaxima/Tkmaxima/
H A DWmenu.tcl20 oset $top helpwin ""
58 set helpwin [oget $top helpwin]
59 if {$helpwin != "" && [winfo exists $helpwin]} {
60 place forget $helpwin
104 set helpwin [oget $top helpwin]
105 if {$helpwin != "" && [winfo exists $helpwin]} {
106 place forget $helpwin
124 makeLocal $top helpwin
125 if { "$helpwin" == "" } {
136 oset $top helpwin $helpwin
[all …]
/dports/devel/ncurses/ncurses-6.3/test/
H A Dknight.c76 static WINDOW *helpwin; /* the help window */ variable
123 helpwin = newwin(0, 0, INSTRY, INSTRX); in init_program()
177 MvWAddStr(helpwin, NOTIFYY - INSTRY, 0, in help1()
207 MvWAddStr(helpwin, NOTIFYY - INSTRY, 0, in help2()
214 werase(helpwin); in show_help()
222 wrefresh(helpwin); in show_help()
612 werase(helpwin); in play()
617 wnoutrefresh(helpwin); in play()
738 wmove(helpwin, 0, 0); in play()
739 wrefresh(helpwin); in play()
[all …]
/dports/games/greed/greed-4.2/
H A Dgreed.c97 static WINDOW *helpwin = NULL; variable
641 if (!helpwin) { in help()
652 (void) waddch(helpwin, '+'); mvwaddch(helpwin, 0, 64, '+'); in help()
653 mvwaddch(helpwin, 17, 0, '+'); mvwaddch(helpwin, 17, 64, '+'); in help()
656 mvwprintw(helpwin, 1, 2, in help()
661 mvwprintw(helpwin, 6, 2, in help()
674 (void) wmove(helpwin, 17, 64); in help()
675 wrefresh(helpwin); in help()
677 touchwin(helpwin); in help()
678 wrefresh(helpwin); in help()
[all …]
/dports/audio/mp-player/mp-player-0.6/
H A Dmp.c277 WINDOW *helpwin; variable
4263 keypad(helpwin, TRUE); in display_help()
4278 wprintw(helpwin, "p"); in display_help()
4283 wprintw(helpwin, "t"); in display_help()
4288 wprintw(helpwin, "i"); in display_help()
4293 wprintw(helpwin, "a"); in display_help()
4298 wprintw(helpwin, "A"); in display_help()
4303 wprintw(helpwin, "n"); in display_help()
4308 wprintw(helpwin, "N"); in display_help()
4313 wprintw(helpwin, "v"); in display_help()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/examples/script_interfaces/Matlab/
H A Ddakota_matlab_rosenbrock.out48 To get started, type one of these: helpwin, helpdesk, or demo.
89 To get started, type one of these: helpwin, helpdesk, or demo.
115 To get started, type one of these: helpwin, helpdesk, or demo.
146 To get started, type one of these: helpwin, helpdesk, or demo.
171 To get started, type one of these: helpwin, helpdesk, or demo.
196 To get started, type one of these: helpwin, helpdesk, or demo.
229 To get started, type one of these: helpwin, helpdesk, or demo.
255 To get started, type one of these: helpwin, helpdesk, or demo.
286 To get started, type one of these: helpwin, helpdesk, or demo.
311 To get started, type one of these: helpwin, helpdesk, or demo.
[all …]
/dports/x11-wm/i3/i3-4.20.1/src/
H A Dresize.c22 xcb_window_t helpwin; member
33 xcb_map_window(conn, params->helpwin); in DRAGGING_CB()
57 xcb_configure_window(conn, params->helpwin, XCB_CONFIG_WINDOW_X, params->new_position); in DRAGGING_CB()
64 xcb_configure_window(conn, params->helpwin, XCB_CONFIG_WINDOW_Y, params->new_position); in DRAGGING_CB()
216 xcb_window_t helpwin = create_window(conn, helprect, XCB_COPY_FROM_PARENT, XCB_COPY_FROM_PARENT, in resize_graphical_handler() local
220 xcb_map_window(conn, helpwin); in resize_graphical_handler()
230 xcb_circulate_window(conn, XCB_CIRCULATE_RAISE_LOWEST, helpwin); in resize_graphical_handler()
239 …const struct callback_params params = {orientation, output, helpwin, &new_position, &threshold_exc… in resize_graphical_handler()
248 xcb_destroy_window(conn, helpwin); in resize_graphical_handler()
/dports/x11-wm/i3-gaps/i3-4.20.1/src/
H A Dresize.c22 xcb_window_t helpwin; member
33 xcb_map_window(conn, params->helpwin); in DRAGGING_CB()
57 xcb_configure_window(conn, params->helpwin, XCB_CONFIG_WINDOW_X, params->new_position); in DRAGGING_CB()
64 xcb_configure_window(conn, params->helpwin, XCB_CONFIG_WINDOW_Y, params->new_position); in DRAGGING_CB()
216 xcb_window_t helpwin = create_window(conn, helprect, XCB_COPY_FROM_PARENT, XCB_COPY_FROM_PARENT, in resize_graphical_handler() local
220 xcb_map_window(conn, helpwin); in resize_graphical_handler()
230 xcb_circulate_window(conn, XCB_CIRCULATE_RAISE_LOWEST, helpwin); in resize_graphical_handler()
239 …const struct callback_params params = {orientation, output, helpwin, &new_position, &threshold_exc… in resize_graphical_handler()
248 xcb_destroy_window(conn, helpwin); in resize_graphical_handler()
/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/tests/unit_tests/mfilesnoexec/
H A DHELPWIN.m1 % Test file for function helpwin
6 helpwin
7 helpwin fft
/dports/audio/timidity/timidity-0.2i/
H A Dncurs_c.c95 static WINDOW *helpwin; in ctl_help_mode() local
99 delwin(helpwin); in ctl_help_mode()
109 helpwin=newwin(2,COLS,0,0); in ctl_help_mode()
110 wattron(helpwin, A_REVERSE); in ctl_help_mode()
111 werase(helpwin); in ctl_help_mode()
112 waddstr(helpwin, in ctl_help_mode()
115 wmove(helpwin, 1,0); in ctl_help_mode()
116 waddstr(helpwin, in ctl_help_mode()
119 wrefresh(helpwin); in ctl_help_mode()
/dports/sysutils/fonteditfs/fnteditfs-1.2/
H A Dfnteditfs.c70 WINDOW *helpwin, *editwin, *statusln; variable
256 helpwin = newwin(helplines + 2, 30, 5, 5); in draw_screen()
257 box(helpwin, ACS_VLINE, ACS_HLINE); in draw_screen()
258 wmove(helpwin, 0, 30 / 2 - 3); in draw_screen()
259 waddstr(helpwin, " Keys "); in draw_screen()
261 wmove(helpwin, 1 + i, 2); in draw_screen()
262 waddstr(helpwin, helptext[i]); in draw_screen()
269 wrefresh(helpwin); in draw_screen()
517 redrawwin(helpwin); in input_loop()
520 wrefresh(helpwin); in input_loop()
/dports/editors/bpatch/bpatch-1.0_1/
H A Dbpatch.c1562 wclear (helpwin); in dohelp()
1564 wrefresh (helpwin); in dohelp()
1566 wmove (helpwin, 0, 1); in dohelp()
1567 waddstr (helpwin, in dohelp()
1585 wmove (helpwin, 23, 0); in dohelp()
1586 wstandout (helpwin); in dohelp()
1588 wstandend (helpwin); in dohelp()
1589 wclrtoeol (helpwin); in dohelp()
1590 wrefresh (helpwin); in dohelp()
1591 wgetch (helpwin); in dohelp()
[all …]
/dports/graphics/p5-Gimp/Gimp-2.33/lib/Gimp/
H A DUI.pm313 my ($helpwin, $parent, $title, $blurb) = @_;
314 unless ($$helpwin) {
320 $$helpwin->vbox->pack_start($tophelp,0,1,3);
330 $$helpwin->vbox->add($sw);
333 $$helpwin->action_area->add ($button);
334 $$helpwin->signal_connect (destroy => sub { undef $$helpwin });
336 $$helpwin->show_all;
337 $$helpwin->run;
338 $$helpwin->hide;
627 my $helpwin;
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/pyt-src/
H A Dserver.py255 def helpwin(helpdict): function
257 helpwin = Toplevel()
258 helpwin.title(helpdict['title'])
259 helpwin.iconname(helpdict['title'])
260 Label(helpwin, text=helpdict['banner']).pack()
263 Button(helpwin, text='Done',
264 command=lambda x=helpwin: Widget.destroy(x),
594 command=lambda: helpwin(protohelp)).pack(side=RIGHT)
609 command=lambda: helpwin(sechelp)).pack(side=RIGHT)
623 command=lambda: helpwin(multihelp)).pack(side=RIGHT)
[all …]
/dports/editors/emacs/emacs-27.2/test/manual/etags/pyt-src/
H A Dserver.py255 def helpwin(helpdict): function
257 helpwin = Toplevel()
258 helpwin.title(helpdict['title'])
259 helpwin.iconname(helpdict['title'])
260 Label(helpwin, text=helpdict['banner']).pack()
263 Button(helpwin, text='Done',
264 command=lambda x=helpwin: Widget.destroy(x),
594 command=lambda: helpwin(protohelp)).pack(side=RIGHT)
609 command=lambda: helpwin(sechelp)).pack(side=RIGHT)
623 command=lambda: helpwin(multihelp)).pack(side=RIGHT)
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/tests/unit_tests/conversion/
H A DHELPWIN.dia.ref26 L.6: Unknown variable helpwin is a M-file.
27 L.7: Unknown variable helpwin is a M-file.
33 // Test file for function helpwin
/dports/security/pwman/pwman-0.4.5/src/
H A Dui.c185 WINDOW *helpwin; in ui_display_help() local
187 helpwin = newwin(LINES - 5, COLS - 6, 3, 3); in ui_display_help()
191 waddstr(helpwin, help[i]); in ui_display_help()
194 wrefresh(helpwin); in ui_display_help()
197 wclear(helpwin); in ui_display_help()
202 delwin(helpwin); in ui_display_help()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/curses/
H A Dcdraw.c1021 cur_at(helpwin, 4, y); in show_help()
1032 cur_at(helpwin, 0, y); in show_help()
1036 if (str[i] == '\n' || x > helpwin->w - 2) { in show_help()
1037 if (y < helpwin->h - 2) { in show_help()
1039 cur_at(helpwin, 0, y); in show_help()
1055 y = helpwin->h - 1; in show_help()
1056 cur_at(helpwin, (more ? 9 : 0), y); in show_help()
1059 cur_at(helpwin, 0, y); in show_help()
1067 cur_at(helpwin, (more ? 8 : 0), y); in show_help()
1105 cur_at(helpwin, 0, 0); in show_cursor()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/gff/
H A Dgff1313 attron($helpwin, COLOR_PAIR(2));
1315 attron($helpwin, COLOR_PAIR(4));
1316 box($helpwin, 0, 0);
1317 hline($helpwin, 58, 2);
1318 attron($helpwin, COLOR_PAIR(5));
1319 addstr($helpwin, 0, 26, " Hilfe ");
1320 attron($helpwin, COLOR_PAIR(3));
1325 addstr($helpwin, $z, 2, "$_"); $z++;
1327 refresh($helpwin);
1335 clear($helpwin);
[all …]
/dports/news/husky/husky-1.9.20191207/gff/
H A Dgff1313 attron($helpwin, COLOR_PAIR(2));
1315 attron($helpwin, COLOR_PAIR(4));
1316 box($helpwin, 0, 0);
1317 hline($helpwin, 58, 2);
1318 attron($helpwin, COLOR_PAIR(5));
1319 addstr($helpwin, 0, 26, " Hilfe ");
1320 attron($helpwin, COLOR_PAIR(3));
1325 addstr($helpwin, $z, 2, "$_"); $z++;
1327 refresh($helpwin);
1335 clear($helpwin);
[all …]

12345678