![]() |
![]() |
![]() |
GOffice Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals |
GObject +----GOStyle +----GogStyle
GObject +----GogObject +----GogStyledObject +----GogAxisBase +----GogOutlinedObject +----GogColorScale +----GogGrid +----GogGridLine +----GogTrendLine +----GogSeriesElement +----GogSeries +----GogSeriesLines
typedef struct { GogObjectClass base; /* virtual */ void (*init_style) (GogStyledObject *obj, GOStyle *style); /* signal */ void (*style_changed) (GogStyledObject *obj, GOStyle const *new_style); } GogStyledObjectClass;
GogObjectClass |
|
intiializes the style. | |
"style-changed"
signalvoid user_function (GogStyledObject *object, GObject *style, gpointer user_data) : Run Last
The ::style-changed signal is emitted after the style has been changed
by a call to go_styled_object_set_style()
.
|
the object on which the signal is emitted |
|
The new GOStyle |
|
user data set when the signal handler was connected. |