Graphical presentation of a vfslist. More...
#include <gui_vfslist.h>

Data Fields | |
| WINDOW * | win |
| Curses window used to draw entries. | |
| unsigned int | winheight |
| Height of the Curses window. | |
| unsigned int | winfocused |
| Focus state of window to determine selection color. | |
| int | shownumbers |
| Show index numbers before each entry. | |
| struct vfslist * | list |
| List that should be used for display. | |
| struct vfsref * | vr_top |
| Item currently at the top of the screen. | |
| unsigned int | idx_top |
| Index number of vr_top. | |
| struct vfsref * | vr_selected |
| Item selected with the cursor. | |
| unsigned int | idx_selected |
| Index number of vr_selected. | |
| char | percent [8] |
| String containing a percentual notation of the progress in the list. | |
| void(* | callback )(void) |
| Callback function that should be run after a refresh. | |
Graphical presentation of a vfslist.
Definition at line 40 of file gui_vfslist.h.
1.6.3