Lines Matching refs:ewi
470 current_info->ewi = entry->widget_list[0].copy_info->ewi; in Undo()
480 gx_slider_info_set(slider, ¤t_info->ewi.slider); in Undo()
490 current_info->ewi = entry->widget_list[0].copy_info->ewi; in Undo()
504 … current_info->ewi.vlist.total_rows = entry->widget_list[0].copy_info->ewi.vlist.total_rows; in Undo()
508 …current_info->ewi.drop_list.total_rows = entry->widget_list[0].copy_info->ewi.drop_list.total_rows; in Undo()
522 …current_info->ewi.drop_list.open_height = entry->widget_list[0].copy_info->ewi.drop_list.open_heig… in Undo()
531 …current_info->ewi.text_info.dynamic_buffer = entry->widget_list[0].copy_info->ewi.text_info.dynami… in Undo()
540 …current_info->ewi.text_info.whitespace = entry->widget_list[0].copy_info->ewi.text_info.whitespace; in Undo()
549 …current_info->ewi.text_info.line_space = entry->widget_list[0].copy_info->ewi.text_info.line_space; in Undo()
558 …current_info->ewi.text_info.buffer_size = entry->widget_list[0].copy_info->ewi.text_info.buffer_si… in Undo()
567 GX_SCROLLBAR_APPEARANCE appearance = entry->widget_list[0].copy_info->ewi.scroll; in Undo()
577 GX_SCROLLBAR_APPEARANCE appearance = current_info->ewi.scroll; in Undo()
832 current_info->ewi.gauge.info = entry->widget_list[0].copy_info->ewi.gauge.info; in Undo()
833 … current_info->ewi.gauge.start_angle = entry->widget_list[0].copy_info->ewi.gauge.start_angle; in Undo()
838 gauge->gx_circular_gauge_info = current_info->ewi.gauge.info; in Undo()
849 … current_info->ewi.line_chart_info = entry->widget_list[0].copy_info->ewi.line_chart_info; in Undo()
854 chart->gx_line_chart_info = current_info->ewi.line_chart_info; in Undo()
867 entry->widget_list[0].copy_info->ewi.numeric_prompt_value); in Undo()
869 …current_info->ewi.numeric_prompt_value = entry->widget_list[0].copy_info->ewi.numeric_prompt_value; in Undo()
883 … provider->AssignScrollWheelInfo(current_info, &entry->widget_list[0].copy_info->ewi.scroll_wheel); in Undo()
923 …provider->InitStringIdListArray(entry_info->ewi.string_scroll_wheel.string_id_list, entry_info->ew… in Undo()
924 if (current_info->ewi.string_scroll_wheel.string_id_list) in Undo()
926 delete current_info->ewi.string_scroll_wheel.string_id_list; in Undo()
927 current_info->ewi.string_scroll_wheel.string_id_list = NULL; in Undo()
940 …numeric_scroll_wheel_info *wheel_info = &entry->widget_list[0].copy_info->ewi.numeric_scroll_wheel; in Undo()
941 current_info->ewi.numeric_scroll_wheel = *wheel_info; in Undo()
965 copy->ewi.menu.text_x_offset, copy->ewi.menu.text_y_offset); in Undo()
967 current_info->ewi.menu.insert_as_menu_item = copy->ewi.menu.insert_as_menu_item; in Undo()
978 …current_info->ewi.tree_view_indentation = entry->widget_list[0].copy_info->ewi.tree_view_indentati… in Undo()
981 … gx_tree_view_indentation_set((GX_TREE_VIEW *)target, current_info->ewi.tree_view_indentation); in Undo()
1002 …)provider)->SetRadialSliderInfo(current_info, &entry->widget_list[0].copy_info->ewi.radial_slider); in Undo()