Package: gtk

Function gtk:widget-settings

Lambda List

gtk:widget-settings (widget)

Arguments

widget -- a gtk:widget object

Return Value

The relevant gtk:settings object.

Details

Gets the settings object holding the settings used for this widget. Note that this function can only be called when the widget is attached to a toplevel, since the settings object is specific to a particular gdk:display object. If you want to monitor the widget for changes in its settings, connect to the notify::display signal.
 

See also

2025-2-13