Dialog boxes now have icons

This commit is contained in:
2023-03-04 23:09:46 -05:00
parent 61bbe0e346
commit 11c747e225
2 changed files with 17 additions and 4 deletions

View File

@@ -132,7 +132,7 @@ const (
const (
// Action icons
IconOpen = iota + 0x100
IconOpen Icon = iota + 0x100
IconSave
IconSaveAs
IconNew
@@ -172,7 +172,7 @@ const (
const (
// Status icons
IconInformation = iota + 0x180
IconInformation Icon = iota + 0x180
IconQuestion
IconWarning
IconError)