|
libyui-ncurses
2.57.2
|
Forward the scroll callbacks to another object. More...
#include <NCPad.h>


Public Member Functions | |
| void | SendSchrollCB (NCSchrollCB *dest) |
| Set the receiver of callbacks to dest | |
| virtual void | SendHead () |
Protected Member Functions | |
| virtual void | SetHead (NCursesWindow &w, unsigned ccol) |
| void | VSet (unsigned total, unsigned visible, unsigned start) |
| void | HSet (unsigned total, unsigned visible, unsigned start) |
| virtual void | SetPadSize (wsze &minsze) |
Protected Member Functions inherited from NCSchrollCB | |
| virtual void | HScroll (unsigned total, unsigned visible, unsigned start) |
| virtual void | VScroll (unsigned total, unsigned visible, unsigned start) |
| virtual void | ScrollHead (NCursesWindow &w, unsigned ccol) |
| virtual void | AdjustPadSize (wsze &minsze) |
Forward the scroll callbacks to another object.
By default it forwards to itself