|
NetSurf
|
An entry on a page info window. More...
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... | |
An entry on a page info window.
Definition at line 173 of file page-info.c.
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.
| struct page_info_item page_info_entry::item |
Definition at line 186 of file page-info.c.
Referenced by page_info__layout(), page_info__measure_text(), page_info__set_text(), page_info_mouse_action(), and page_info_redraw().
| struct page_info_text page_info_entry::text |
Definition at line 185 of file page-info.c.
Referenced by page_info__layout(), page_info__measure_text(), page_info__set_text(), page_info_mouse_action(), and page_info_redraw().
| enum page_info_entry::page_info_entry_type page_info_entry::type |
Referenced by page_info__layout(), page_info__measure_text(), page_info_mouse_action(), and page_info_redraw().
| union { ... } page_info_entry::u |
Type-specific page info entry data.
Referenced by page_info__layout(), page_info__measure_text(), page_info__set_text(), page_info_mouse_action(), and page_info_redraw().