#include <UI.H>
Inheritance diagram for UI_LISTBOX:

Public Methods | |
| void | create (UI_WINDOW *wnd, int _x, int _y, int _w, int _h, int _numitem, char **_list, char *_check_list=NULL, int _max_items=-1) |
| int | selected () |
| int | current () |
| int | toggled () |
| void | set_current (int _index) |
| void | set_first_item (int _index) |
| char * | get_string (int _index) |
| void | clear_all_items () |
| int | add_string (char *str) |
| int | sel_changed () |
| void | set_new_list (int _numitems, char **_list) |
| int | set_bmaps (char *lbox_fname, char *b_up_fname, char *b_down_fname, char *sb_fname) |
| void | link_hotspot (int up_button_num, int down_button_num) |
|
|
|
|
|
|
|
||||||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
1.2.16