diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -148,10 +148,11 @@ type internalTK struct { // the desktop libnotify menu type libnotify struct { - clock internalTK // widget for the clock - menu internalTK // libnotify menu icon - window internalTK // the libnotify menu - help internalTK // the help menu + clock internalTK // widget for the clock + menu internalTK // libnotify menu icon + menuWindow internalTK // libnotify menu window + window internalTK // the libnotify menu + help internalTK // the help menu } // this is the gocui way |
