|
NetSurf
|
#include <statusbar.h>
Data Fields | |
| char | text [STATUSBAR_MAX_SLEN+1] |
| size_t | textlen |
| bool | attached |
| short | aes_win |
Definition at line 25 of file statusbar.h.
| short s_statusbar::aes_win |
Definition at line 32 of file statusbar.h.
Referenced by sb_attach(), and sb_set_text().
| bool s_statusbar::attached |
Definition at line 31 of file statusbar.h.
Referenced by sb_attach(), sb_create(), and sb_set_text().
| char s_statusbar::text[STATUSBAR_MAX_SLEN+1] |
Definition at line 29 of file statusbar.h.
Referenced by sb_set_text().
| size_t s_statusbar::textlen |
Definition at line 30 of file statusbar.h.
Referenced by sb_set_text().