mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
[bootstrapper] progress bar UI polishing (#9644)
* Formatting, coding style, variable & function name * Progress dialog: label position and background
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <Windows.h>
|
||||
|
||||
void open_progressbar_window(HINSTANCE hInstance, const int n_progressbar_steps, const wchar_t* title, const wchar_t* init_label);
|
||||
void tick_progressbar_window(const wchar_t* new_status);
|
||||
void close_progressbar_window();
|
||||
void OpenProgressBarDialog(HINSTANCE hInstance, const int nProgressbarSteps, const wchar_t* title, const wchar_t* label);
|
||||
void UpdateProgressBarDialog(const wchar_t* label);
|
||||
void CloseProgressBarDialog();
|
||||
|
||||
Reference in New Issue
Block a user