Adding tooltip to Menu cmd (like Icon)

Propose new features and changes
ahk7
Posts: 575
Joined: 06 Nov 2013, 16:35

Adding tooltip to Menu cmd (like Icon)

07 Dec 2013, 15:46

I'm not sure if it it is actually possible to have a tooltip on a AHK menu - but this is a wishlist section so here goes. Perhaps make it easy to add a tooltip to a menu item in the same manner as it now is to add an icon to a menu entry

Code: Select all

Menu, MyMenu, Add, Item1, MenuHandler
; similar to Icon, a ToolTip could be set like so:
Menu, MyMenu, ToolTip, Item1, This is a tooltip for menu Item1, offsetX, offsetY, durationMS ; this would be easy wouldn't it
Menu, MyMenu, Add, Item2, MenuHandler
Menu, MyMenu, Show
Return

MenuHandler:
Return

Return to “Wish List”

Who is online

Users browsing this forum: No registered users and 40 guests