GnuCOBOL  2.0
A free COBOL compiler
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
__cob_screen Struct Reference

#include <common.h>

Collaboration diagram for __cob_screen:

Data Fields

struct __cob_screennext
 
struct __cob_screenchild
 
cob_fieldfield
 
cob_fieldvalue
 
cob_fieldline
 
cob_fieldcolumn
 
cob_fieldforeg
 
cob_fieldbackg
 
cob_fieldprompt
 
int type
 
int occurs
 
int attr
 

Field Documentation

int __cob_screen::attr
cob_field * __cob_screen::backg
struct __cob_screen * __cob_screen::child
cob_field * __cob_screen::column
cob_field * __cob_screen::field
cob_field * __cob_screen::foreg
cob_field * __cob_screen::line
struct __cob_screen * __cob_screen::next
int __cob_screen::occurs
cob_field * __cob_screen::prompt
int __cob_screen::type
cob_field * __cob_screen::value

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