Method: Curses::Menu#back
- Defined in:
- ext/curses/curses.c
#back ⇒ Object
call-seq:
back
Get the background attribute of menu.
3887 3888 3889 3890 3891 3892 3893 3894 3895 |
# File 'ext/curses/curses.c', line 3887 static VALUE (VALUE obj) { struct *; GetMENU(obj, ); return CHTYPE2NUM((->)); } |