mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-23 03:06:56 -04:00
[ui] improve tooltip handling
* only reference the HANDLE of the control the tooltip is associated with
This commit is contained in:
parent
3fde2a5472
commit
4a74c9de38
4 changed files with 38 additions and 38 deletions
|
@ -217,7 +217,7 @@ extern BOOL CreateTaskbarList(void);
|
|||
extern BOOL SetTaskbarProgressState(TASKBAR_PROGRESS_FLAGS tbpFlags);
|
||||
extern BOOL SetTaskbarProgressValue(ULONGLONG ullCompleted, ULONGLONG ullTotal);
|
||||
extern INT_PTR CreateAboutBox(void);
|
||||
extern HWND CreateTooltip(HWND hControl, const char* message, int duration);
|
||||
extern BOOL CreateTooltip(HWND hControl, const char* message, int duration);
|
||||
extern void DestroyTooltip(HWND hWnd);
|
||||
extern void DestroyAllTooltips(void);
|
||||
extern BOOL Notification(int type, char* title, char* format, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue