NetSurf
Data Fields
s_statusbar Struct Reference

#include <statusbar.h>

Data Fields

char text [STATUSBAR_MAX_SLEN+1]
 
size_t textlen
 
bool attached
 
short aes_win
 

Detailed Description

Definition at line 25 of file statusbar.h.

Field Documentation

◆ aes_win

short s_statusbar::aes_win

Definition at line 32 of file statusbar.h.

Referenced by sb_attach(), and sb_set_text().

◆ attached

bool s_statusbar::attached

Definition at line 31 of file statusbar.h.

Referenced by sb_attach(), sb_create(), and sb_set_text().

◆ text

char s_statusbar::text[STATUSBAR_MAX_SLEN+1]

Definition at line 29 of file statusbar.h.

Referenced by sb_set_text().

◆ textlen

size_t s_statusbar::textlen

Definition at line 30 of file statusbar.h.

Referenced by sb_set_text().


The documentation for this struct was generated from the following file: