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:
committed by
Carlos R. Mafra
parent
955c6793a6
commit
80079cd343
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user