Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dprogress_bar_service_provider.cpp40 info->ewi.progress.min_val, in WriteExtendedProperties()
41 info->ewi.progress.max_val, in WriteExtendedProperties()
42 info->ewi.progress.current_val, in WriteExtendedProperties()
61 info->ewi.progress.min_val, in WriteExtendedProperties()
62 info->ewi.progress.max_val, in WriteExtendedProperties()
63 info->ewi.progress.current_val, in WriteExtendedProperties()
125 info->ewi.progress.current_val = props.gx_progress_bar_info_current_val; in CreateNewInstance()
126 info->ewi.progress.min_val = props.gx_progress_bar_info_min_val; in CreateNewInstance()
127 info->ewi.progress.max_val = props.gx_progress_bar_info_max_val; in CreateNewInstance()
141 props.gx_progress_bar_info_current_val = info->ewi.progress.current_val; in GenerateFromInfo()
[all …]
Dproperties_win.cpp1695 AddEditControl("Min Value", info->ewi.progress.min_val, ID_PROGRESS_MINVAL); in AddProgressBarProps()
1696 AddEditControl("Max Value", info->ewi.progress.max_val, ID_PROGRESS_MAXVAL); in AddProgressBarProps()
1697 AddEditControl("Current Value", info->ewi.progress.current_val, ID_PROGRESS_CURRENTVAL); in AddProgressBarProps()
3426 info.gx_progress_bar_info_current_val = wi->ewi.progress.current_val; in AssignProgressBarInfo()
3427 info.gx_progress_bar_info_min_val = wi->ewi.progress.min_val; in AssignProgressBarInfo()
3428 info.gx_progress_bar_info_max_val = wi->ewi.progress.max_val; in AssignProgressBarInfo()
3504 if (min != mpInfo->ewi.progress.min_val || in OnProgressInfoChange()
3505 max != mpInfo->ewi.progress.max_val || in OnProgressInfoChange()
3506 current != mpInfo->ewi.progress.current_val) in OnProgressInfoChange()
3510 mpInfo->ewi.progress.min_val = min; in OnProgressInfoChange()
[all …]
DStudioXProject.h370 progress_info progress; member
Dstudiox.rc2006 ID_ADD_PROGRESS_BAR "Add a progress bar to the selected parent"
/GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/
Dstash.h116 git_stash_apply_progress_t progress,
Ddiff.h467 float progress,
/GUIX-v6.2.1/.github/ISSUE_TEMPLATE/
Dbug_report.md29 What impact does this issue have on your progress (e.g., annoyance, showstopper)
/GUIX-v6.2.1/guix_studio/libs/libjpeg/include/
Djpeglib.h273 struct jpeg_progress_mgr *progress; /* Progress monitor, or NULL if none */ \
/GUIX-v6.2.1/test/example_internal/ml_text_view_32bpp/
Dreadme_guix_generic.txt300 … Called widget's event process to handle resize for radial progress bar.
/GUIX-v6.2.1/test/example_internal/bidi_text_draw_32bpp/
Dreadme_guix_generic.txt300 … Called widget's event process to handle resize for radial progress bar.
/GUIX-v6.2.1/docs/
Drevision_history.txt968 … Called widget's event process to handle resize for radial progress bar.