Searched defs:ui_browser (Results 1 – 1 of 1) sorted by relevance
16 struct ui_browser { struct24 unsigned int (*refresh)(struct ui_browser *self); argument25 void (*write)(struct ui_browser *self, void *entry, int row); argument26 void (*seek)(struct ui_browser *self, off_t offset, int whence); argument27 bool (*filter)(struct ui_browser *self, void *entry); argument33 int ui_browser__set_color(struct ui_browser *browser, int color); argument