Searched refs:WINDOW (Results 1 - 25 of 43) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/vis/
H A Dwutil.h17 void WAttr(WINDOW *w, int attr, int on);
18 void swclrtoeol(WINDOW *w);
19 void DrawStrAt(WINDOW *const win, int y, int x, const char *const str);
20 void WAddCenteredStr(WINDOW *const w, int y, const char *const str);
H A Dwgets.h25 WINDOW *w; /* in */
H A Dwutil.c146 getcurx(WINDOW *const w)
162 swclrtoeol(WINDOW *w)
182 WAttr(WINDOW *w, int attr, int on)
267 void DrawStrAt(WINDOW *const win, int y, int x, const char *const str)
286 void WAddCenteredStr(WINDOW *const w, int y, const char *const str)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dnconf.h78 void print_in_middle(WINDOW *win,
87 void fill_window(WINDOW *win, const char *text);
88 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...);
89 int dialog_inputbox(WINDOW *main_window,
92 void refresh_all_windows(WINDOW *main_window);
93 void show_scroll_win(WINDOW *main_window,
H A Dnconf.gui.c147 void print_in_middle(WINDOW *win,
214 void fill_window(WINDOW *win, const char *text)
241 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...)
250 WINDOW *win;
251 WINDOW *msg_win;
252 WINDOW *menu_win;
357 int dialog_inputbox(WINDOW *main_window,
363 WINDOW *win;
364 WINDOW *prompt_win;
365 WINDOW *form_wi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/lxdialog/
H A Ddialog.h193 int on_key_esc(WINDOW *win);
199 void attr_clear(WINDOW * win, int height, int width, chtype attr);
201 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x);
202 void print_button(WINDOW * win, const char *label, int y, int x, int selected);
203 void print_title(WINDOW *dialog, const char *title, int width);
204 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
206 void draw_shadow(WINDOW * win, int y, int x, int height, int width);
H A Dtextbox.c25 static void print_page(WINDOW * win, int height, int width);
26 static void print_line(WINDOW * win, int row, int width);
28 static void print_position(WINDOW * win);
38 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw,
57 WINDOW *dialog, *box;
303 static void print_page(WINDOW * win, int height, int width)
321 static void print_line(WINDOW * win, int row, int width)
382 static void print_position(WINDOW * win)
H A Dyesno.c27 static void print_buttons(WINDOW * dialog, int height, int width, int selected)
45 WINDOW *dialog;
H A Dmenubox.c66 static void do_print_item(WINDOW * win, const char *item, int line_y,
111 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x,
155 static void print_buttons(WINDOW * win, int height, int width, int selected)
169 static void do_scroll(WINDOW *win, int *scroll, int n)
189 WINDOW *dialog, *menu;
H A Dchecklist.c31 static void print_item(WINDOW * win, int choice, int selected)
65 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll,
101 static void print_buttons(WINDOW * dialog, int height, int width, int selected)
122 WINDOW *dialog, *list;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Ddialog.h143 void attr_clear(WINDOW * win, int height, int width, chtype attr);
146 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x);
147 void print_button(WINDOW * win, const char *label, int y, int x, int selected);
148 void print_title(WINDOW *dialog, const char *title, int width);
149 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
151 void draw_shadow(WINDOW * win, int y, int x, int height, int width);
H A Dyesno.c27 static void print_buttons(WINDOW * dialog, int height, int width, int selected)
45 WINDOW *dialog;
H A Dutil.c107 void attr_clear(WINDOW * win, int height, int width, chtype attr)
183 void print_title(WINDOW *dialog, const char *title, int width)
200 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x)
262 void print_button(WINDOW * win, const char *label, int y, int x, int selected)
290 draw_box(WINDOW * win, int y, int x, int height, int width,
324 void draw_shadow(WINDOW * win, int y, int x, int height, int width)
H A Dmsgbox.c32 WINDOW *dialog;
H A Dtextbox.c25 static void print_page(WINDOW * win, int height, int width);
26 static void print_line(WINDOW * win, int row, int width);
28 static void print_position(WINDOW * win, int height, int width);
42 WINDOW *dialog, *text;
420 static void print_page(WINDOW * win, int height, int width)
438 static void print_line(WINDOW * win, int row, int width)
518 static void print_position(WINDOW * win, int height, int width)
H A Dmenubox.c66 static void do_print_item(WINDOW * win, const char *item, int choice,
110 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x,
154 static void print_buttons(WINDOW * win, int height, int width, int selected)
168 static void do_scroll(WINDOW *win, int *scroll, int n)
188 WINDOW *dialog, *menu;
H A Dchecklist.c31 static void print_item(WINDOW * win, const char *item, int status, int choice,
59 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll,
95 static void print_buttons(WINDOW * dialog, int height, int width, int selected)
117 WINDOW *dialog, *list;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dcolschem.cpp57 wxColourScheme::WINDOW /* wxSYS_COLOUR_BACKGROUND */,
81 wxColourScheme::WINDOW /* wxSYS_COLOUR_LISTBOX */,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Ddialog.h150 void attr_clear (WINDOW * win, int height, int width, chtype attr);
152 void print_autowrap (WINDOW * win, const char *prompt, int width, int y, int x);
153 void print_button (WINDOW * win, const char *label, int y, int x, int selected);
154 void draw_box (WINDOW * win, int y, int x, int height, int width, chtype box,
156 void draw_shadow (WINDOW * win, int y, int x, int height, int width);
H A Dyesno.c28 print_buttons(WINDOW *dialog, int height, int width, int selected)
47 WINDOW *dialog;
H A Dmsgbox.c33 WINDOW *dialog;
H A Dtextbox.c25 static void print_page (WINDOW * win, int height, int width);
26 static void print_line (WINDOW * win, int row, int width);
28 static void print_position (WINDOW * win, int height, int width);
43 WINDOW *dialog, *text;
441 print_page (WINDOW * win, int height, int width)
460 print_line (WINDOW * win, int row, int width)
541 print_position (WINDOW * win, int height, int width)
H A Dutil.c112 attr_clear (WINDOW * win, int height, int width, chtype attr)
198 print_autowrap (WINDOW * win, const char *prompt, int width, int y, int x)
258 print_button (WINDOW * win, const char *label, int y, int x, int selected)
286 draw_box (WINDOW * win, int y, int x, int height, int width,
321 draw_shadow (WINDOW * win, int y, int x, int height, int width)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dcolschem.h31 WINDOW, enumerator in enum:wxColourScheme::StdColour
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/foldbar/
H A Dfoldpanelitem.h42 WINDOW = 0, enumerator in enum:wxFoldWindowItem::__anon119
50 , m_type(WINDOW)
106 // returns space needed by the window if type is wxFoldWindowItem::WINDOW
111 if(m_type == WINDOW)

Completed in 101 milliseconds

12