Searched defs:ui_browser (Results 1 – 1 of 1) sorted by relevance
17 struct ui_browser { struct27 void (*refresh_dimensions)(struct ui_browser *browser); argument28 unsigned int (*refresh)(struct ui_browser *browser); argument29 void (*write)(struct ui_browser *browser, void *entry, int row); argument30 void (*seek)(struct ui_browser *browser, off_t offset, int whence); argument31 bool (*filter)(struct ui_browser *browser, void *entry); argument37 int ui_browser__set_color(struct ui_browser *browser, int color); argument
Completed in 3 milliseconds