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.
Definition at line 35 of file NCPad.h.
◆ 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.
Definition at line 44 of file NCPad.h.
◆ 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.
Definition at line 49 of file NCPad.h.
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/libyui-ncurses-2.57.2/src/NCPad.h