Go to the source code of this file.
|
GType | gtk_settings_get_type (void) G_GNUC_CONST |
|
GtkSettings * | gtk_settings_get_default (void) |
|
GtkSettings * | gtk_settings_get_for_screen (GdkScreen *screen) |
|
void | gtk_settings_install_property (GParamSpec *pspec) |
|
void | gtk_settings_install_property_parser (GParamSpec *pspec, GtkRcPropertyParser parser) |
|
gboolean | gtk_rc_property_parse_color (const GParamSpec *pspec, const GString *gstring, GValue *property_value) |
|
gboolean | gtk_rc_property_parse_enum (const GParamSpec *pspec, const GString *gstring, GValue *property_value) |
|
gboolean | gtk_rc_property_parse_flags (const GParamSpec *pspec, const GString *gstring, GValue *property_value) |
|
gboolean | gtk_rc_property_parse_requisition (const GParamSpec *pspec, const GString *gstring, GValue *property_value) |
|
gboolean | gtk_rc_property_parse_border (const GParamSpec *pspec, const GString *gstring, GValue *property_value) |
|
void | gtk_settings_set_property_value (GtkSettings *settings, const gchar *name, const GtkSettingsValue *svalue) |
|
void | gtk_settings_set_string_property (GtkSettings *settings, const gchar *name, const gchar *v_string, const gchar *origin) |
|
void | gtk_settings_set_long_property (GtkSettings *settings, const gchar *name, glong v_long, const gchar *origin) |
|
void | gtk_settings_set_double_property (GtkSettings *settings, const gchar *name, gdouble v_double, const gchar *origin) |
|
void | _gtk_settings_set_property_value_from_rc (GtkSettings *settings, const gchar *name, const GtkSettingsValue *svalue) |
|
void | _gtk_settings_reset_rc_values (GtkSettings *settings) |
|
void | _gtk_settings_handle_event (GdkEventSetting *event) |
|
GtkRcPropertyParser | _gtk_rc_property_parser_from_type (GType type) |
|
gboolean | _gtk_settings_parse_convert (GtkRcPropertyParser parser, const GValue *src_value, GParamSpec *pspec, GValue *dest_value) |
|
◆ GTK_IS_SETTINGS
#define GTK_IS_SETTINGS |
( |
|
obj | ) |
(G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SETTINGS)) |
◆ GTK_IS_SETTINGS_CLASS
#define GTK_IS_SETTINGS_CLASS |
( |
|
klass | ) |
(G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_SETTINGS)) |
◆ GTK_SETTINGS
◆ GTK_SETTINGS_CLASS
◆ GTK_SETTINGS_GET_CLASS
◆ GTK_TYPE_SETTINGS
◆ GtkSettingsClass
◆ GtkSettingsPropertyValue
◆ GtkSettingsValue
◆ _gtk_rc_property_parser_from_type()
◆ _gtk_settings_handle_event()
◆ _gtk_settings_parse_convert()
gboolean _gtk_settings_parse_convert |
( |
GtkRcPropertyParser |
parser, |
|
|
const GValue * |
src_value, |
|
|
GParamSpec * |
pspec, |
|
|
GValue * |
dest_value |
|
) |
| |
◆ _gtk_settings_reset_rc_values()
void _gtk_settings_reset_rc_values |
( |
GtkSettings * |
settings | ) |
|
◆ _gtk_settings_set_property_value_from_rc()
◆ gtk_rc_property_parse_border()
gboolean gtk_rc_property_parse_border |
( |
const GParamSpec * |
pspec, |
|
|
const GString * |
gstring, |
|
|
GValue * |
property_value |
|
) |
| |
◆ gtk_rc_property_parse_color()
gboolean gtk_rc_property_parse_color |
( |
const GParamSpec * |
pspec, |
|
|
const GString * |
gstring, |
|
|
GValue * |
property_value |
|
) |
| |
◆ gtk_rc_property_parse_enum()
gboolean gtk_rc_property_parse_enum |
( |
const GParamSpec * |
pspec, |
|
|
const GString * |
gstring, |
|
|
GValue * |
property_value |
|
) |
| |
◆ gtk_rc_property_parse_flags()
gboolean gtk_rc_property_parse_flags |
( |
const GParamSpec * |
pspec, |
|
|
const GString * |
gstring, |
|
|
GValue * |
property_value |
|
) |
| |
◆ gtk_rc_property_parse_requisition()
gboolean gtk_rc_property_parse_requisition |
( |
const GParamSpec * |
pspec, |
|
|
const GString * |
gstring, |
|
|
GValue * |
property_value |
|
) |
| |
◆ gtk_settings_get_default()
◆ gtk_settings_get_for_screen()
◆ gtk_settings_get_type()
GType gtk_settings_get_type |
( |
void |
| ) |
|
◆ gtk_settings_install_property()
void gtk_settings_install_property |
( |
GParamSpec * |
pspec | ) |
|
◆ gtk_settings_install_property_parser()
◆ gtk_settings_set_double_property()
void gtk_settings_set_double_property |
( |
GtkSettings * |
settings, |
|
|
const gchar * |
name, |
|
|
gdouble |
v_double, |
|
|
const gchar * |
origin |
|
) |
| |
◆ gtk_settings_set_long_property()
void gtk_settings_set_long_property |
( |
GtkSettings * |
settings, |
|
|
const gchar * |
name, |
|
|
glong |
v_long, |
|
|
const gchar * |
origin |
|
) |
| |
◆ gtk_settings_set_property_value()
◆ gtk_settings_set_string_property()
void gtk_settings_set_string_property |
( |
GtkSettings * |
settings, |
|
|
const gchar * |
name, |
|
|
const gchar * |
v_string, |
|
|
const gchar * |
origin |
|
) |
| |