HelenOS sources

ui_checkbox_paint_gfx   68 uspace/lib/ui/private/checkbox.h extern errno_t ui_checkbox_paint_gfx(ui_checkbox_t *);
ui_checkbox_paint_gfx  309 uspace/lib/ui/src/checkbox.c 		return ui_checkbox_paint_gfx(checkbox);
ui_checkbox_paint_gfx  207 uspace/lib/ui/test/checkbox.c 	rc = ui_checkbox_paint_gfx(checkbox);
HelenOS homepage, sources at GitHub