HelenOS sources

wndlist_create    248 uspace/app/taskbar/taskbar.c 	rc = wndlist_create(taskbar->window, taskbar->fixed, &taskbar->wndlist);
wndlist_create     79 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_create(window, fixed, &wndlist);
wndlist_create    112 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_create(window, fixed, &wndlist);
wndlist_create    169 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_create(window, fixed, &wndlist);
wndlist_create    209 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_create(window, fixed, &wndlist);
wndlist_create    250 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_create(window, fixed, &wndlist);
wndlist_create    298 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_create(window, fixed, &wndlist);
wndlist_create    346 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_create(window, fixed, &wndlist);
wndlist_create    387 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_create(window, fixed, &wndlist);
wndlist_create    434 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_create(window, fixed, &wndlist);
wndlist_create    484 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_create(window, fixed, &wndlist);
wndlist_create    527 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_create(window, fixed, &wndlist);
wndlist_create    574 uspace/app/taskbar/test/wndlist.c 	rc = wndlist_create(window, fixed, &wndlist);
wndlist_create     48 uspace/app/taskbar/wndlist.h extern errno_t wndlist_create(ui_window_t *, ui_fixed_t *, wndlist_t **);
HelenOS homepage, sources at GitHub