Searched refs:progress (Results 1 – 11 of 11) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | progress_bar_service_provider.cpp | 40 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 …]
|
| D | properties_win.cpp | 1695 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 …]
|
| D | StudioXProject.h | 370 progress_info progress; member
|
| D | studiox.rc | 2006 ID_ADD_PROGRESS_BAR "Add a progress bar to the selected parent"
|
| /GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/ |
| D | stash.h | 116 git_stash_apply_progress_t progress,
|
| D | diff.h | 467 float progress,
|
| /GUIX-v6.2.1/.github/ISSUE_TEMPLATE/ |
| D | bug_report.md | 29 What impact does this issue have on your progress (e.g., annoyance, showstopper)
|
| /GUIX-v6.2.1/guix_studio/libs/libjpeg/include/ |
| D | jpeglib.h | 273 struct jpeg_progress_mgr *progress; /* Progress monitor, or NULL if none */ \
|
| /GUIX-v6.2.1/test/example_internal/ml_text_view_32bpp/ |
| D | readme_guix_generic.txt | 300 … Called widget's event process to handle resize for radial progress bar.
|
| /GUIX-v6.2.1/test/example_internal/bidi_text_draw_32bpp/ |
| D | readme_guix_generic.txt | 300 … Called widget's event process to handle resize for radial progress bar.
|
| /GUIX-v6.2.1/docs/ |
| D | revision_history.txt | 968 … Called widget's event process to handle resize for radial progress bar.
|