mc/lib/widget
Andrew Borodin c157b048e5 Listbox window: rename functions.
create_listbox_window -> listbox_window_new
create_listbox_window_centered -> listbox_window_new_centered
run_listbox -> listbox_run
run_listbox_with_data -> listbox_run_with_data

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2023-03-19 20:34:24 +03:00
..
background.c Update template for .c files. 2023-03-19 20:34:24 +03:00
background.h Create WBackground widget. 2020-03-08 20:17:29 +03:00
button.c Update copyright years. 2023-01-28 21:38:05 +03:00
button.h achown: add callback for permission buttons 2017-12-10 09:19:15 +03:00
buttonbar.c (buttonbar_find): rename from find_buttonbar. 2023-03-19 20:34:24 +03:00
buttonbar.h (buttonbar_find): rename from find_buttonbar. 2023-03-19 20:34:24 +03:00
check.c Update template for .c files. 2023-03-19 20:34:24 +03:00
check.h (check_set_text): new WCheck API. 2019-12-15 13:02:31 +03:00
dialog-switch.c Listbox window: rename functions. 2023-03-19 20:34:24 +03:00
dialog-switch.h Rename variable: midnight_dlg -> filemanager. 2021-06-20 15:14:56 +03:00
dialog.c (dlg_default_destroy): send MSG_DESTROY to the dialog itself 2023-03-19 20:34:24 +03:00
dialog.h Change WDialog::data from void* to union{void*, int} 2023-03-19 20:34:23 +03:00
frame.c Update template for .c files. 2023-03-19 20:34:24 +03:00
frame.h WGroup: support colors. 2020-03-08 20:17:32 +03:00
gauge.c Update template for .c files. 2023-03-19 20:34:24 +03:00
gauge.h
group.c Update template for .c files. 2023-03-19 20:34:24 +03:00
group.h (group_init): change argument for coordinates. 2022-06-05 11:55:06 +03:00
groupbox.c Update template for .c files. 2023-03-19 20:34:24 +03:00
groupbox.h
history.c Update template for .c files. 2023-03-19 20:34:24 +03:00
history.h Fix various typos in the source code (closes MidnightCommander/mc#177). 2023-01-28 21:38:05 +03:00
hline.c Update template for .c files. 2023-03-19 20:34:24 +03:00
hline.h (hline_set_textv): new API. 2020-05-17 18:48:19 +03:00
input_complete.c Update template for .c files. 2023-03-19 20:34:24 +03:00
input.c Update template for .c files. 2023-03-19 20:34:24 +03:00
input.h Fix various typos in the source code (closes MidnightCommander/mc#177). 2023-01-28 21:38:05 +03:00
label.c Update template for .c files. 2023-03-19 20:34:24 +03:00
label.h Clarify __attribute ((format (printf))) usage. 2015-11-05 14:33:20 +03:00
listbox-window.c Listbox window: rename functions. 2023-03-19 20:34:24 +03:00
listbox-window.h Listbox window: rename functions. 2023-03-19 20:34:24 +03:00
listbox.c Update template for .c files. 2023-03-19 20:34:24 +03:00
listbox.h Make keybind map a member of Widget. 2020-03-08 20:17:32 +03:00
Makefile.am Input complete: refactoring. 2020-05-17 18:48:19 +03:00
menu.c Menu: rename functions. 2023-03-19 20:34:24 +03:00
menu.h Menu: rename functions. 2023-03-19 20:34:24 +03:00
mouse.c Update template for .c files. 2023-03-19 20:34:24 +03:00
mouse.h WGroup: support mouse events. 2020-03-08 20:17:32 +03:00
quick.c Update template for .c files. 2023-03-19 20:34:24 +03:00
quick.h quick_dlg: use WRect to hold dialog position and size. 2022-06-05 11:37:04 +03:00
radio.c Update template for .c files. 2023-03-19 20:34:24 +03:00
radio.h Ticket #212: implement keybindings for radiobuttons. 2020-05-17 18:48:18 +03:00
rect.c Fix various typos in the source code (closes MidnightCommander/mc#177). 2023-01-28 21:38:05 +03:00
rect.h (rect_grow): new API. 2022-06-05 11:50:19 +03:00
widget-common.c Update template for .c files. 2023-03-19 20:34:24 +03:00
widget-common.h Fix various typos in the source code (closes MidnightCommander/mc#177). 2023-01-28 21:38:05 +03:00
wtools.c Update template for .c files. 2023-03-19 20:34:24 +03:00
wtools.h Fix various typos in the source code (closes MidnightCommander/mc#177). 2023-01-28 21:38:05 +03:00