Home
last modified time | relevance | path

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

/dports/graphics/geomorph/geomorph-0.60.1/src/hf/
H A Dhf_creation_dialog.c166 hf_creation_wdg_struct *wdg_str; in hf_creation_dialog_new()
168 …wdg_str = (hf_creation_wdg_struct *) x_calloc(sizeof(hf_creation_wdg_struct),1, "hf_creation_wdg_s… in hf_creation_dialog_new()
169 *((hf_creation_wdg_struct **) widget_list_ptr) = wdg_str; in hf_creation_dialog_new()
H A Dhf_creation_dialog.h35 } hf_creation_wdg_struct; typedef
H A Dhf_dialog_options.h58 hf_creation_wdg_struct *creation_widgets;
H A Dhf_dialog_options.c84 hf_options->creation_widgets = (hf_creation_wdg_struct *) widget_list; in hf_options_dialog_new()