set taskbar button tool tips based on app language
This commit is contained in:
committed by
Drew Weymouth
parent
041e4d3ba7
commit
d4660075f0
@@ -13,6 +13,10 @@ func InitializeTaskbarButtons(hwnd uintptr, callback func(TaskbarButton)) error
|
||||
return err
|
||||
}
|
||||
|
||||
func SetTaskbarButtonToolTips(prev, next, play, pause string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
func InitializeTaskbarIcons(prev, next, play, pause image.Image) error {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user