Home
last modified time | relevance | path

Searched refs:template_prop (Results 1 – 3 of 3) sorted by relevance

/dports/devel/glade/glade-3.22.1/gladeui/
H A Dglade-property.c150 "class", template_prop->priv->klass, in glade_property_dup_impl()
152 "i18n-context", template_prop->priv->i18n_context, in glade_property_dup_impl()
153 "i18n-comment", template_prop->priv->i18n_comment, in glade_property_dup_impl()
161 if (glade_property_class_parentless_widget (template_prop->priv->klass)) in glade_property_dup_impl()
169 g_value_copy (template_prop->priv->value, property->priv->value); in glade_property_dup_impl()
171 property->priv->enabled = template_prop->priv->enabled; in glade_property_dup_impl()
172 property->priv->state = template_prop->priv->state; in glade_property_dup_impl()
174 glade_property_set_sensitive (property, template_prop->priv->sensitive, in glade_property_dup_impl()
800 glade_property_dup (GladeProperty *template_prop, GladeWidget *widget) in glade_property_dup() argument
802 g_return_val_if_fail (GLADE_IS_PROPERTY (template_prop), NULL); in glade_property_dup()
[all …]
H A Dglade-property.h68 GladeProperty *glade_property_dup (GladeProperty *template_prop,
H A Dglade-widget.c2344 GladeProperty *template_prop; in glade_widget_copy_properties() local
2348 template_prop = glade_widget_get_property (template_widget, in glade_widget_copy_properties()
2350 if (template_prop) in glade_widget_copy_properties()
2351 template_pclass = glade_property_get_class (template_prop); in glade_widget_copy_properties()
2366 glade_property_get (template_prop, &object); in glade_widget_copy_properties()
2380 glade_property_set_value (widget_prop, glade_property_inline_value (template_prop)); in glade_widget_copy_properties()