Gtk.Widget.Settings Property
Obtains the settings object holding the settings (global property settings, RC file information, etc) used for this widget.

Syntax

public Settings Settings { get; }

Value

The relevant Gtk.Settings object.

Remarks

Note that this property can only be called when the Gtk.Widget is attached to a toplevel, since the settings object is specific to a particular Gdk.Screen.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)