next up previous contents index
Next: Math block Up: Blocks are more than Previous: Text block   Contents   Index


Picture block

This is a very simple structure:

struct gocrpictureblock { 
gocrBlock b; /* parent; must be first field */ 

char *name; 

};

typedef struct gocrpictureblock gocrPictureBlock;

The structure contains only one field, name, which is the name of the file to which the picture will be saved.



root 2002-02-17