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 NCPadWidget, and NCRichText.
◆ 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 NCPadWidget, and NCRichText.
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/libyui-4.6.0/libyui-ncurses/src/NCPad.h