Documentation ¶
Overview ¶
Package glfw provides a full Fyne desktop driver that uses the system OpenGL libraries. This supports Windows, Mac OS X and Linux using the gl and glfw packages from go-gl.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGLDriver ¶
NewGLDriver sets up a new Driver instance implemented using the GLFW Go library and OpenGL bindings.
Types ¶
type MenuBar ¶
type MenuBar struct { widget.Base Items []fyne.CanvasObject // contains filtered or unexported fields }
MenuBar is a widget for displaying a fyne.MainMenu in a bar.
func NewMenuBar ¶
NewMenuBar creates a menu bar populated with items from the passed main menu structure.
func (*MenuBar) CreateRenderer ¶
func (b *MenuBar) CreateRenderer() fyne.WidgetRenderer
CreateRenderer returns a new renderer for the menu bar.
Implements: fyne.Widget
Click to show internal directories.
Click to hide internal directories.