Method

GtkSettingsset_double_property

deprecated: 3.16 

Declaration [src]

void
gtk_settings_set_double_property (
  GtkSettings* settings,
  const gchar* name,
  gdouble v_double,
  const gchar* origin
)

Description

No description available.

Deprecated since: 3.16

Use g_object_set() instead.

Parameters

name

Type: const gchar*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
v_double

Type: gdouble

No description available.

origin

Type: const gchar*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.