From 2c82494e66a59f5bea0e31eaf66800ca9db6f8c8 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 5 Feb 2008 05:50:20 +0000 Subject: updated the quickscreen's: - use viewports - dont change to system font, fiddle with item positions to make them fit small screens - user customizable options (use the .cfg settings "quickscreen_left, quickscreen_right, quickscreen_top, quickscreen_bottom" for the name and the .cfg name for the setting you want to use. it can be any except the string settings... (e.g. quickscreen_left:talk menu) - a top item! if there is none set the up button will exit the screen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16220 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/option_select.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/gui/option_select.h') diff --git a/apps/gui/option_select.h b/apps/gui/option_select.h index e46570f303..63299bc599 100644 --- a/apps/gui/option_select.h +++ b/apps/gui/option_select.h @@ -65,4 +65,9 @@ extern void option_select_next(struct option_select * opt); */ extern void option_select_prev(struct option_select * opt); + +void option_select_next_val(struct settings_list *setting); +char *option_get_valuestring(struct settings_list *setting, + char *buffer, int buf_len, + intptr_t temp_var); #endif /* _GUI_OPTION_SELECT_H_ */ -- cgit v1.2.3