libyui-ncurses
2.55.0
|
SubWin: base class for the windows used. More...
Public Member Functions | |
SubWin (std::string T, NCursesWindow &P, int H, int W, int L, int C) | |
virtual void | draw (bool immediate=false) |
virtual int | dtag () |
virtual int | change () |
virtual void | enterchange () |
virtual void | leavechange () |
virtual void | handle (int in) |
Public Attributes | |
NCursesWindow | w |
std::string | tag |
chtype | changestyle |
Static Public Attributes | |
static const int | taglen = 7 |
SubWin: base class for the windows used.
Definition at line 259 of file NCStyleDef.cc.