1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-05-10 19:22:57 +02:00

WINGs: improve wlist widget

This patch is adding keyboard control to the wlist widget
(up/down/pgup/pgdw/home/end) and typeahead list search.
That component is for example used in the wmaker icon chooser,
and WPrefs keyboard shortcut, font conf panels.
This commit is contained in:
David Maciejak
2026-02-16 10:52:16 -05:00
committed by Carlos R. Mafra
parent 955c6793a6
commit 80079cd343
2 changed files with 488 additions and 1 deletions
+1
View File
@@ -1083,6 +1083,7 @@ Bool wIconChooserDialog(WScreen *scr, char **file, const char *instance, const c
WMMapWidget(panel->win);
wWindowMap(wwin);
wSetFocusTo(scr, wwin);
while (!panel->done) {
XEvent event;