Top | ![]() |
![]() |
![]() |
![]() |
Object Hierarchy
GObject ├── GOStyle │ ╰── GogStyle ╰── GogObject ╰── GogStyledObject ├── GogAxisBase ├── GogOutlinedObject ├── GogColorScale ├── GogGrid ├── GogGridLine ├── GogTrendLine ├── GogSeriesElement ├── GogSeries ╰── GogSeriesLines
Types and Values
Signal Details
The “style-changed”
signal
void user_function (GogStyledObject *object, GObject *style, gpointer user_data)
The ::style-changed signal is emitted after the style has been changed
by a call to go_styled_object_set_style()
.
Parameters
object |
the object on which the signal is emitted |
|
style |
The new GOStyle |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last