MCPcopy Create free account

hub / github.com/alexflint/gallium / types & classes

Types & classes26 in github.com/alexflint/gallium

StructApp
App is the handle that allows you to create windows and menus
app.go:98
StructImage
Image holds a handle to a platform-specific image structure (e.g. NSImage on macOS).
cocoa.go:174
StructKeyCombination
KeyCombination represents a key together with zero or more modifiers. It is used to set up keyboard shortcuts.
globalshortcut.go:65
StructMenu
A Menu has a title and a list of entries. It is a non-leaf node in the menu tree.
cocoa.go:55
InterfaceMenuEntry
MenuEntry is the interface for menus and menu items.
cocoa.go:38
StructMenuItem
A MenuItem has a title and can be clicked on. It is a leaf node in the menu tree.
cocoa.go:46
TypeAliasModifier
Modifier represents zero or more modifier keys (control, shift, option, etc)
globalshortcut.go:51
StructNotification
Notification represents a desktop notification
cocoa.go:194
StructRect
Rect represents a rectangular region on the screen
rect.go:14
StructScreen
A screen represents a rectangular display, normally corresponding to a physical display. "Device coordinates" means a position on a screen measured fr
screen.go:21
StructStatusItemOptions
cocoa.go:147
StructWindow
Window represents a window registered with the native UI toolkit (e.g. NSWindow on macOS)
app.go:164
StructWindowOptions
WindowOptions contains options for creating windows
app.go:105
Structapp
examples/controller/controller.go:28
TypeAliasappManager
appManager is the singleton for managing app instances
app.go:83
Structasset
cmd/gallium-bundle/bindata.go:40
Structasset
examples/statusbar/bindata.go:40
Structasset
examples/desktop-notification/bindata.go:40
StructbindataFileInfo
cmd/gallium-bundle/bindata.go:45
StructbindataFileInfo
examples/statusbar/bindata.go:45
StructbindataFileInfo
examples/desktop-notification/bindata.go:45
Structbintree
cmd/gallium-bundle/bindata.go:181
Structbintree
examples/statusbar/bindata.go:181
Structbintree
examples/desktop-notification/bindata.go:181
Structcerr
cerr holds a C-allocated error, which must be freed explicitly.
app.go:38
StructmenuManager
menuManager translates Menus and MenuItems to their native equivalent (e.g. NSMenuItem on macOS)
cocoa.go:66