#include <area_list_text.h>
Inheritance diagram for AreaListText:

Public Member Functions | |
| AreaListText (TWindow *menu, char *identbranch, FONT *afont) | |
| void | set_optionlist (char **aoptionlist, int color) |
| void | set_optionlist (char **aoptionlist, int aN, int color) |
| void | add_optionlist (char *newstr, char *extrainfo) |
| void | set_selected (int iy) |
| void | set_selected (char *s, int idefault) |
| char * | get_selected () |
| int | getk () |
| virtual void | handle_rpress () |
|
||||||||||||||||
|
constructor |
|
||||||||||||
|
add one item to an existing list. This routine also allows one to store additional information |
|
|
returns the string pointed to |
|
|
gets the index pointed to |
|
|
select and center the list on "that" item Reimplemented from ButtonBase. |
|
||||||||||||||||
|
overwrite a list. This does not set additional info |
|
||||||||||||
|
overwrite a list. This does not set additional info |
|
||||||||||||
|
Set the list index to the first entry matching the string, or to the default value |
|
|
Set the list index to specified value |
1.4.6-NO