NetSurf
Data Fields
status_bar Struct Reference
Collaboration diagram for status_bar:
[legend]

Data Fields

wimp_w w
 status bar window handle More...
 
wimp_w parent
 parent window handle More...
 
const char * text
 status bar text More...
 
struct progress_barpb
 progress bar More...
 
unsigned int scale
 current status bar scale More...
 
int width
 current status bar width More...
 
bool visible
 status bar is visible? More...
 

Detailed Description

Definition at line 48 of file status_bar.c.

Field Documentation

◆ parent

wimp_w status_bar::parent

parent window handle

Definition at line 50 of file status_bar.c.

Referenced by ro_gui_status_bar_create(), ro_gui_status_bar_open(), and ro_gui_status_bar_resize().

◆ pb

struct progress_bar* status_bar::pb

◆ scale

unsigned int status_bar::scale

current status bar scale

Definition at line 53 of file status_bar.c.

Referenced by ro_gui_status_bar_create(), ro_gui_status_bar_get_width(), ro_gui_status_bar_open(), and ro_gui_status_bar_resize().

◆ text

const char* status_bar::text

status bar text

Definition at line 51 of file status_bar.c.

Referenced by ro_gui_status_bar_redraw(), and ro_gui_status_bar_set_text().

◆ visible

bool status_bar::visible

◆ w

wimp_w status_bar::w

◆ width

int status_bar::width

current status bar width

Definition at line 54 of file status_bar.c.

Referenced by ro_gui_status_bar_redraw(), ro_gui_status_bar_redraw_callback(), and ro_gui_status_bar_resize().


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