Signal detail or null (default)
signal callback delegate or function to connect
void callback(string name, gtk.level_bar.LevelBar levelBar)
name the name of the offset that changed value (optional)
levelBar the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to OffsetChanged signal.
Emitted when an offset specified on the bar changes value.
This typically is the result of a gtk.level_bar.LevelBar.addOffsetValue call.
The signal supports detailed connections; you can connect to the detailed signal "changed::x" in order to only receive callbacks when the value of offset "x" changes.