dw::core::Content Struct Reference

#include <types.hh>

List of all members.

Public Types

enum  Type {
  START = 1 << 0, END = 1 << 1, TEXT = 1 << 2, WIDGET = 1 << 3,
  BREAK = 1 << 4, ALL = 0xff, REAL_CONTENT = 0xff ^ (START | END), SELECTION_CONTENT = TEXT | WIDGET | BREAK
}

Public Attributes

short type
bool space
union {
   const char *   text
   Widget *   widget
   int   breakSpace
}; 


Member Enumeration Documentation

Enumerator:
START 
END 
TEXT 
WIDGET 
BREAK 
ALL 
REAL_CONTENT 
SELECTION_CONTENT 


Member Data Documentation

union { ... }


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

Generated on Wed Sep 7 02:00:37 2011 for Dillo by  doxygen 1.5.9