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

Data Fields

struct ssl_cert_infocert_infos_n
 
unsigned long num_certs
 
int current
 
int scrollx
 
int cols
 
int scrolly
 
int rows
 
OBJECT * tree
 

Detailed Description

Definition at line 45 of file verify_ssl.c.

Field Documentation

◆ cert_infos_n

struct ssl_cert_info* ssl_info_draw_param::cert_infos_n

Definition at line 47 of file verify_ssl.c.

Referenced by cert_info_draw(), do_popup(), and verify_ssl_form_do().

◆ cols

int ssl_info_draw_param::cols

Definition at line 51 of file verify_ssl.c.

Referenced by do_popup(), and verify_ssl_form_do().

◆ current

int ssl_info_draw_param::current

Definition at line 49 of file verify_ssl.c.

Referenced by cert_info_draw(), do_popup(), and verify_ssl_form_do().

◆ num_certs

unsigned long ssl_info_draw_param::num_certs

Definition at line 48 of file verify_ssl.c.

Referenced by do_popup(), and verify_ssl_form_do().

◆ rows

int ssl_info_draw_param::rows

Definition at line 53 of file verify_ssl.c.

Referenced by do_popup(), and verify_ssl_form_do().

◆ scrollx

int ssl_info_draw_param::scrollx

Definition at line 50 of file verify_ssl.c.

Referenced by cert_info_draw(), do_popup(), and verify_ssl_form_do().

◆ scrolly

int ssl_info_draw_param::scrolly

Definition at line 52 of file verify_ssl.c.

Referenced by do_popup(), and verify_ssl_form_do().

◆ tree

OBJECT* ssl_info_draw_param::tree

Definition at line 54 of file verify_ssl.c.

Referenced by verify_ssl_form_do().


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