Interface for scroll callbacks.
More...
#include <NCPad.h>
|
| 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) |
| |
Interface for scroll callbacks.
◆ HScroll()
| virtual void NCSchrollCB::HScroll |
( |
unsigned |
total, |
|
|
unsigned |
visible, |
|
|
unsigned |
start |
|
) |
| |
|
inlinevirtual |
- Parameters
-
| total | virtual size |
| visible | size of the visible part |
| start | position of the visible part |
Reimplemented in NCRichText, and NCPadWidget.
◆ VScroll()
| virtual void NCSchrollCB::VScroll |
( |
unsigned |
total, |
|
|
unsigned |
visible, |
|
|
unsigned |
start |
|
) |
| |
|
inlinevirtual |
- Parameters
-
| total | virtual size |
| visible | size of the visible part |
| start | position of the visible part |
Reimplemented in NCRichText, and NCPadWidget.
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/libyui-ncurses-4.0.1/src/NCPad.h