Widget.addOnStyleSet

The ::style-set signal is emitted when a new style has been set on a widget. Note that style-modifying functions like Widget.modifyBase also cause this signal to be emitted.

Note that this signal is emitted for changes to the deprecated gtk.Style To track changes to the gtk.StyleContext associated with a widget, use the style-updated signal.

More...
class Widget
gulong
addOnStyleSet
(
void delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)

Detailed Description

Deprecated: Use the style-updated signal