![]() |
![]() |
![]() |
Goffice Reference Manual | ![]() |
---|---|---|---|---|
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);
GObject +----GogObject +----GogStyledObject +----GogOutlinedObject +----GogGraph +----GogChart +----GogText +----GogLegend
GObject +----GogView +----GogOutlinedView +----GogGraphView
double gog_outlined_object_get_pad (GogOutlinedObject const *goo);
|
|
Returns : |
#define GOG_OUTLINED_VIEW(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GOG_TYPE_OUTLINED_VIEW, GogOutlinedView))
|
#define GOG_IS_OUTLINED_VIEW(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GOG_TYPE_OUTLINED_VIEW))
|
#define GOG_OUTLINED_VIEW_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GOG_TYPE_OUTLINED_VIEW, GogOutlinedViewClass))
|