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.
|
Containing a class for a tab control that is showing a vertical or horizontal tab layout and can hold child elements. More...
#include "Container.h"
Go to the source code of this file.
Classes | |
class | ContainerTabs |
Class for a tab control that is showing a tab layout and can hold child elements. More... | |
Macros | |
#define | DEFAULT_MAX_ContainerTabs_TABS 5 |
Maximum number of tabs that are supported. | |
#define | DEFAULT_ContainerTabs_TABHEADER_MARGIN 2 |
Margin around the tab page tabs. | |
Typedefs | |
typedef enum TabPositions | TabPositions_t |
Available tab positions. | |
Enumerations | |
enum | TabPositions { TAB_POSITION_LEFT , TAB_POSITION_TOP } |
Available tab positions. More... | |
Containing a class for a tab control that is showing a vertical or horizontal tab layout and can hold child elements.
enum TabPositions |