GogStyledObject
GogStyledObject — Base class for all styled objects of graph model
|
|
Description
GogStyledObject provides a base class derived from GogObject, which adds style
functionnalities used for drawing object on graph canvas.
Details
GogStyledObject
typedef struct {
GogObject base;
GOStyle *style;
} GogStyledObject;
gog_style_new ()
GOStyle* gog_style_new (void);