Home
last modified time | relevance | path

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

/dports/science/v_sim/v_sim-3.8.0/src/extraGtkFunctions/
H A Dgtk_elementComboBox.c78 ELEMENT_PROP, enumerator
222 _properties[ELEMENT_PROP] = g_param_spec_object("element", "Element", in G_DEFINE_TYPE()
273 case ELEMENT_PROP: in visu_ui_element_combobox_get_property()
302 case ELEMENT_PROP: in visu_ui_element_combobox_set_property()
466 g_object_notify_by_pspec(G_OBJECT(widget), _properties[ELEMENT_PROP]); in onChanged()