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
)
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:
gdoubleNo 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.