![]() |
![]() |
![]() |
Goffice Reference Manual | ![]() |
---|---|---|---|---|
GogOutlinedObject; typedef GogOutlinedObjectClass; #define GOG_OUTLINED_OBJECT_TYPE #define GOG_OUTLINED_OBJECT (o) #define IS_GOG_OUTLINED_OBJECT (o) GType gog_outlined_object_get_type (void); double gog_outlined_object_get_pad (GogOutlinedObject const *goo); typedef GogOutlinedView; #define GOG_OUTLINED_VIEW_TYPE #define GOG_OUTLINED_VIEW (o) #define IS_GOG_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
#define GOG_OUTLINED_OBJECT(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GOG_OUTLINED_OBJECT_TYPE, GogOutlinedObject))
|
#define IS_GOG_OUTLINED_OBJECT(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GOG_OUTLINED_OBJECT_TYPE))
|
double gog_outlined_object_get_pad (GogOutlinedObject const *goo);
|
|
Returns : |
#define GOG_OUTLINED_VIEW(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GOG_OUTLINED_VIEW_TYPE, GogOutlinedView))
|
#define IS_GOG_OUTLINED_VIEW(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GOG_OUTLINED_VIEW_TYPE))
|
#define GOG_OUTLINED_VIEW_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GOG_OUTLINED_VIEW_TYPE, GogOutlinedViewClass))
|
"padding-pts"
property"padding-pts" gdouble : Read / Write
Number of pts separating charts in the grid.
Allowed values: >= 0
Default value: 0