![]() |
![]() |
Public Member Functions | ||||
const GtkSettings* | gobj () const | |||
Provides access to the underlying C GObject. | ||||
GtkSettings* | gobj () | |||
Provides access to the underlying C GObject. | ||||
GtkSettings* | gobj_copy () | |||
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | ||||
virtual | ~Settings () | |||
Static Public Member Functions | ||||
static Glib::RefPtr<Settings> | get_default () | |||
Gets the Gtk::Settings object for the default GDK screen, creating it if necessary. | ||||
static Glib::RefPtr<Settings> | get_for_screen (const Glib::RefPtr<Gdk::Screen>& screen) | |||
Gets the Gtk::Settings object for screen , creating it if necessary. | ||||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Glib::RefPtr<Gtk::Settings> | wrap (GtkSettings* object, bool take_copy=false) | |||
|
virtual Gtk::Settings::~Settings | ( | ) | [virtual] |
static Glib::RefPtr<Settings> Gtk::Settings::get_default | ( | ) | [static] |
Gets the Gtk::Settings object for the default GDK screen, creating it if necessary.
See get_for_screen().
0
. static Glib::RefPtr<Settings> Gtk::Settings::get_for_screen | ( | const Glib::RefPtr<Gdk::Screen>& | screen | ) | [static] |
Gets the Gtk::Settings object for screen , creating it if necessary.
screen | A Gdk::Screen. |
const GtkSettings* Gtk::Settings::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
GtkSettings* Gtk::Settings::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
GtkSettings* Gtk::Settings::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Glib::RefPtr<Gtk::Settings> wrap | ( | GtkSettings * | object, | |
bool | take_copy = false | |||
) | [related] |
object | The C instance |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |