UI_Lib  a1366e08a59cc549a65fa26081e6409aa12f26d5
This is a user interface library for graphical LCDs. It offers many different controls and indicators that can be nested depending on the element types.
Loading...
Searching...
No Matches
ContainerList.h File Reference

Containing a class for a container that is showing one item at a time and supports scrolling. More...

#include "Container.h"

Go to the source code of this file.

Classes

class  ContainerList
 Class for a container that is showing one item at a time and supports scrolling. More...
 

Macros

#define DEFAULT_CONTAINERLIST_SCROLLBAR_WIDTH   10
 Default width in pixel of the scroll bar on the right side of the container.
 
#define DEFAULT_CONTAINERLIST_SCROLLBAR_MARGIN   2
 Default margin in pixel between the scroll bar frame and the container list outline.
 

Detailed Description

Containing a class for a container that is showing one item at a time and supports scrolling.