add icons to taskbar control buttons
This commit is contained in:
committed by
Drew Weymouth
parent
aedaa32de4
commit
041e4d3ba7
@@ -1,9 +1,9 @@
|
||||
package windows
|
||||
|
||||
type TaskbarButton int
|
||||
|
||||
const (
|
||||
TaskbarButtonPrevious TaskbarButton = 1
|
||||
TaskbarButtonPlayPause TaskbarButton = 2
|
||||
TaskbarButtonNext TaskbarButton = 3
|
||||
)
|
||||
package windows
|
||||
|
||||
type TaskbarButton int
|
||||
|
||||
const (
|
||||
TaskbarButtonPrevious TaskbarButton = 1
|
||||
TaskbarButtonPlayPause TaskbarButton = 2
|
||||
TaskbarButtonNext TaskbarButton = 3
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user