GogOutlinedView

GogOutlinedView — Base class for all objects displayed in a frame

Synopsis

                    GogOutlinedObject;
typedef             GogOutlinedObjectClass;
double              gog_outlined_object_get_pad         (GogOutlinedObject const *goo);
typedef             GogOutlinedView;
#define             GOG_TYPE_OUTLINED_VIEW
#define             GOG_OUTLINED_VIEW                   (o)
#define             GOG_IS_OUTLINED_VIEW                (o)
#define             GOG_OUTLINED_VIEW_GET_CLASS         (o)
GType               gog_outlined_view_get_type          (void);

Description

Details

GogOutlinedObject

typedef struct {
	GogStyledObject	base;
	double	 padding_pts;
} GogOutlinedObject;


GogOutlinedObjectClass

typedef	GogStyledObjectClass GogOutlinedObjectClass; 


gog_outlined_object_get_pad ()

double              gog_outlined_object_get_pad         (GogOutlinedObject const *goo);

goo :

Returns :


GogOutlinedView

typedef GogView		GogOutlinedView;


GOG_TYPE_OUTLINED_VIEW

#define GOG_TYPE_OUTLINED_VIEW  	(gog_outlined_view_get_type ())


GOG_OUTLINED_VIEW()

#define GOG_OUTLINED_VIEW(o)		(G_TYPE_CHECK_INSTANCE_CAST ((o), GOG_TYPE_OUTLINED_VIEW, GogOutlinedView))

o :


GOG_IS_OUTLINED_VIEW()

#define GOG_IS_OUTLINED_VIEW(o) 	(G_TYPE_CHECK_INSTANCE_TYPE ((o), GOG_TYPE_OUTLINED_VIEW))

o :


GOG_OUTLINED_VIEW_GET_CLASS()

#define GOG_OUTLINED_VIEW_GET_CLASS(o)	(G_TYPE_INSTANCE_GET_CLASS ((o), GOG_TYPE_OUTLINED_VIEW, GogOutlinedViewClass))

o :


gog_outlined_view_get_type ()

GType               gog_outlined_view_get_type          (void);

Returns :