![]() |
![]() |
![]() |
Goffice Reference Manual | ![]() |
---|---|---|---|---|
GocStyledItem; GocStyledItemClass; gboolean goc_styled_item_set_cairo_line (GocStyledItem const *gsi, cairo_t *cr);
GObject +----GocItem +----GocStyledItem +----GocLine +----GocEllipse +----GocPolyline +----GocCircle +----GocPolygon +----GocRectangle +----GocText
typedef struct { GocItemClass base; /* virtual */ void (*init_style) (GocStyledItem *item, GOStyle *style); /* signal */ void (*style_changed) (GocStyledItem *item, GOStyle const *new_style); } GocStyledItemClass;
gboolean goc_styled_item_set_cairo_line (GocStyledItem const *gsi, cairo_t *cr);
|
|
|
|
Returns : |
"scale-line-width"
property"scale-line-width" gboolean : Read / Write
Whether to scale the line width or not when zooming.
Default value: TRUE
"style-changed"
signalvoid user_function (GocStyledItem *gocstyleditem, GObject *arg1, gpointer user_data) : Run Last
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |