GUI data wrapping an Alias. More...
#include "gui.h"
Data Fields | |
| int | num |
| Index number in list. | |
| int | orig_seq |
| Sequence in alias config file. | |
| bool | is_searched: 1 |
| Alias has been searched. | |
| bool | is_matched: 1 |
| Search matches this Alias. | |
| bool | is_tagged: 1 |
| Is it tagged? | |
| bool | is_deleted: 1 |
| Is it deleted? | |
| bool | is_visible: 1 |
| Is visible? | |
| struct Alias * | alias |
| Alias. | |