Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gtk.Settings

Class Gtk.Settings

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkSettings
Class : Settings
Extends: GObject.Object
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk
Method
Gtk.icon_size_lookup_for_settings (Settings settings, Number size, Object out_values) : Boolean
Obtains the pixel size of a semantic icon size, possibly modified by user preferences for a particular GtkSettings.
Gtk
Method
Gtk.rc_find_pixmap_in_path (Settings settings, Scanner scanner, String pixmap_file) : String
Looks up a file in pixmap path for the specified GtkSettings.
Gtk
Method
Gtk.rc_get_style_by_paths (Settings settings, String widget_path, String class_path, Number type) : Gtk.Style
Creates up a GtkStyle from styles defined in a RC file by providing the raw components used in matching.
Gtk
Method
Gtk.rc_reparse_all_for_settings (Settings settings, Boolean force_load) : Boolean
If the modification time on any previously read file for the given GtkSettings has changed, discard all style information and then reread all previously read RC files.
Gtk
Method
Gtk.rc_reset_styles (Settings settings) : none
This function recomputes the styles for all widgets that use a particular GtkSettings object.
Gtk.Widget
Method
get_settings () : Gtk.Settings
Gets the settings object holding the settings (global property settings, RC file information, etc) used for this widget.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:30 GMT+0800 (HKT)