add Windows taskbar control buttons (TODO: icons)
This commit is contained in:
committed by
Drew Weymouth
parent
21edd38f38
commit
aedaa32de4
@@ -0,0 +1,9 @@
|
||||
//go:build !windows
|
||||
|
||||
package windows
|
||||
|
||||
import "errors"
|
||||
|
||||
func InitializeTaskbarButtons(hwnd uintptr, callback func(TaskbarButton)) error {
|
||||
return errors.New("taskbar buttons unsupported")
|
||||
}
|
||||
Reference in New Issue
Block a user