Ejemplo n.º 1
0
// Foreground gets the attributes of highlighted items in the menu
func (m *Menu) Foreground() int {
	return int(C.menu_fore(m.menu))
}
Ejemplo n.º 2
0
func (menu *Menu) Fore() Chtype {
	return Chtype(C.menu_fore((*C.MENU)(menu)))
}
Ejemplo n.º 3
0
func (menu *Menu) Foreground() int {
	return int(C.menu_fore((*C.MENU)(menu)))
}