interfaces

package
v0.0.0-...-3fabb26 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 17, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Menu interface {
	AddNewMenuItem(menuItem MenuItem) int32
	RemoveMenuItem(menuItem MenuItem)
	GetHandle() uintptr
}
type MenuItem interface {
	GetID() int32
	GetTitle() string
	IsChecked() bool
	IsDisabled() bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL