|
@@ -24,7 +24,6 @@ struct ui_browser {
|
|
u32 nr_entries;
|
|
u32 nr_entries;
|
|
};
|
|
};
|
|
|
|
|
|
-
|
|
|
|
void ui_browser__set_color(struct ui_browser *self, int color);
|
|
void ui_browser__set_color(struct ui_browser *self, int color);
|
|
void ui_browser__set_percent_color(struct ui_browser *self,
|
|
void ui_browser__set_percent_color(struct ui_browser *self,
|
|
double percent, bool current);
|
|
double percent, bool current);
|
|
@@ -35,6 +34,8 @@ void ui_browser__reset_index(struct ui_browser *self);
|
|
void ui_browser__gotorc(struct ui_browser *self, int y, int x);
|
|
void ui_browser__gotorc(struct ui_browser *self, int y, int x);
|
|
void ui_browser__add_exit_key(struct ui_browser *self, int key);
|
|
void ui_browser__add_exit_key(struct ui_browser *self, int key);
|
|
void ui_browser__add_exit_keys(struct ui_browser *self, int keys[]);
|
|
void ui_browser__add_exit_keys(struct ui_browser *self, int keys[]);
|
|
|
|
+void __ui_browser__show_title(struct ui_browser *browser, const char *title);
|
|
|
|
+void ui_browser__show_title(struct ui_browser *browser, const char *title);
|
|
int ui_browser__show(struct ui_browser *self, const char *title,
|
|
int ui_browser__show(struct ui_browser *self, const char *title,
|
|
const char *helpline, ...);
|
|
const char *helpline, ...);
|
|
void ui_browser__hide(struct ui_browser *self);
|
|
void ui_browser__hide(struct ui_browser *self);
|