NetSurf
Public Types | Data Fields
page_info_entry Struct Reference

An entry on a page info window. More...

Collaboration diagram for page_info_entry:
[legend]

Public Types

enum  page_info_entry_type { PAGE_INFO_ENTRY_TYPE_TEXT , PAGE_INFO_ENTRY_TYPE_ITEM }
 List of page info entry types. More...
 

Data Fields

enum page_info_entry::page_info_entry_type type
 
union {
   struct page_info_text   text
 
   struct page_info_item   item
 
u
 Type-specific page info entry data. More...
 

Detailed Description

An entry on a page info window.

Definition at line 173 of file page-info.c.

Member Enumeration Documentation

◆ page_info_entry_type

List of page info entry types.

Enumerator
PAGE_INFO_ENTRY_TYPE_TEXT 
PAGE_INFO_ENTRY_TYPE_ITEM 

Definition at line 177 of file page-info.c.

Field Documentation

◆ item

struct page_info_item page_info_entry::item

◆ text

struct page_info_text page_info_entry::text

◆ type

enum page_info_entry::page_info_entry_type page_info_entry::type

◆ 

union { ... } page_info_entry::u

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