Exemplo n.º 1
0
func (m *Menu) Grey() int {
	return int(C.menu_grey(m.menu))
}
Exemplo n.º 2
0
func (menu *Menu) Grey() Chtype {
	return Chtype(C.menu_grey((*C.MENU)(menu)))
}
Exemplo n.º 3
0
func (menu *Menu) Grey() int {
	return int(C.menu_grey((*C.MENU)(menu)))
}