libyui-ncurses
Loading...
Searching...
No Matches
NCSchrollCB Class Reference

Interface for scroll callbacks. More...

#include <NCPad.h>

Inheritance diagram for NCSchrollCB:

Public Member Functions

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)
 

Detailed Description

Interface for scroll callbacks.

Member Function Documentation

◆ HScroll()

virtual void NCSchrollCB::HScroll ( unsigned  total,
unsigned  visible,
unsigned  start 
)
inlinevirtual
Parameters
totalvirtual size
visiblesize of the visible part
startposition of the visible part

Reimplemented in NCPadWidget, and NCRichText.

◆ VScroll()

virtual void NCSchrollCB::VScroll ( unsigned  total,
unsigned  visible,
unsigned  start 
)
inlinevirtual
Parameters
totalvirtual size
visiblesize of the visible part
startposition of the visible part

Reimplemented in NCPadWidget, and NCRichText.


The documentation for this class was generated from the following file: