Home
last modified time | relevance | path

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

/dports/audio/gqradio/gqradio-1.9.2/src/
H A Dui2_item_edit.c303 od->func_edit_props = item_edit_props; in item_type_init_edit()
H A Dui2_number_edit.c136 od->func_edit_props = digit_edit_props; in digit_type_init_edit()
698 od->func_edit_props = number_edit_props; in number_type_init_edit()
H A Dui2_typedefs.h85 gpointer (*func_edit_props)(UIData *ui, WidgetData *wd, GtkWidget *vbox, gpointer detail); member
H A Dui2_button_edit.c352 od->func_edit_props = button_edit_props; in button_type_init_edit()
H A Dui2_text_edit.c177 od->func_edit_props = font_edit_props; in font_type_init_edit()
856 od->func_edit_props = text_edit_props; in text_type_init_edit()
H A Dui2_decal_edit.c642 od->func_edit_props = decal_edit_props; in decal_type_init_edit()
H A Dui2_slider_edit.c628 od->func_edit_props = slider_edit_props; in slider_type_init_edit()
H A Dui2_dial_edit.c739 od->func_edit_props = dial_edit_props; in dial_type_init_edit()
H A Dui2_list_edit.c1555 od->func_edit_props = list_edit_props; in list_type_init_edit()
H A Dui2_editor.c2757 if (wd && wd->od && wd->od->func_edit_props) in prop_sync()
2759 ed->detail_data = wd->od->func_edit_props(ed->ui, wd, ed->details, ed->detail_data); in prop_sync()