mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-31 23:08:26 -04:00
[ui] fix missing labels for accessibility
* Closes #1467 * Also ensure that previous element is set when repositioning a control to preserve tabbing order * Also fix x64 version being able to download x86 BETA
This commit is contained in:
parent
2d6a73e4f4
commit
0dc13e5283
9 changed files with 77 additions and 24 deletions
1
src/ui.h
1
src/ui.h
|
@ -83,6 +83,7 @@ extern int advanced_device_section_height, advanced_format_section_height;
|
|||
extern int windows_to_go_selection, persistence_unit_selection;
|
||||
extern int selection_default, cbw, ddw, ddbh, bh, update_progress_type;
|
||||
|
||||
extern void SetAccessibleName(HWND hCtrl, const char* name);
|
||||
extern void SetComboEntry(HWND hDlg, int data);
|
||||
extern void GetBasicControlsWidth(HWND hDlg);
|
||||
extern void GetMainButtonsWidth(HWND hDlg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue