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