Dillo
Public Types | Public Attributes | List of all members
dw::Table::Child Struct Reference

Public Types

enum  { CELL, SPAN_SPACE }
 

Public Attributes

enum dw::Table::Child:: { ... }  type
 
union {
   struct {
      core::Widget *   widget
 
      int   colspanOrig
 
      int   colspanEff
 
      int   rowspan
 
   }   cell
 
   struct {
      int   startCol
 
      int   startRow
 
   }   spanSpace
 
}; 
 

Member Enumeration Documentation

anonymous enum
Enumerator
CELL 
SPAN_SPACE 

Member Data Documentation

union { ... }
struct { ... } dw::Table::Child::cell
int dw::Table::Child::colspanEff
int dw::Table::Child::colspanOrig
int dw::Table::Child::rowspan
struct { ... } dw::Table::Child::spanSpace
int dw::Table::Child::startCol
int dw::Table::Child::startRow
enum { ... } dw::Table::Child::type
core::Widget* dw::Table::Child::widget

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