NetSurf
Public Types | Data Fields
browser_window_features Struct Reference

Page features at a specific spatial location. More...

#include <browser_window.h>

Collaboration diagram for browser_window_features:
[legend]

Public Types

enum  { CTX_FORM_NONE , CTX_FORM_TEXT , CTX_FORM_FILE }
 type of form feature. More...
 

Data Fields

struct nsurllink
 URL of a link or NULL. More...
 
struct hlcache_handleobject
 Object at position or NULL. More...
 
struct hlcache_handlemain
 handle of top level content. More...
 
enum browser_window_features:: { ... }  form_features
 type of form feature. More...
 

Detailed Description

Page features at a specific spatial location.

Definition at line 153 of file browser_window.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

type of form feature.

Enumerator
CTX_FORM_NONE 
CTX_FORM_TEXT 
CTX_FORM_FILE 

Definition at line 164 of file browser_window.h.

Field Documentation

◆ 

enum { ... } browser_window_features::form_features

◆ link

struct nsurl* browser_window_features::link

◆ main

struct hlcache_handle* browser_window_features::main

◆ object

struct hlcache_handle* browser_window_features::object

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