Searched defs:ui_browser (Results 1 – 1 of 1) sorted by relevance
14 struct ui_browser { struct21 unsigned int (*refresh)(struct ui_browser *self); argument22 void (*write)(struct ui_browser *self, void *entry, int row); argument23 void (*seek)(struct ui_browser *self, off_t offset, int whence); argument24 bool (*filter)(struct ui_browser *self, void *entry); argument30 void ui_browser__set_color(struct ui_browser *self, int color); argument