mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-05 01:03:54 -04:00
[ui] notification dialog improvements
This commit is contained in:
parent
18986bffa4
commit
510fde1133
4 changed files with 3 additions and 4 deletions
1
rufus.h
1
rufus.h
|
@ -73,6 +73,7 @@ extern INT_PTR CreateAboutBox(void);
|
|||
extern HWND CreateTooltip(HWND hControl, char* message, int duration);
|
||||
extern void DestroyTooltip(HWND hWnd);
|
||||
extern void DestroyAllTooltips(void);
|
||||
extern void Notification(int type, char* text, char* title);
|
||||
|
||||
/* Basic String Array */
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue