Notcurses 3.0.13
a blingful library for TUIs and character graphics
Loading...
Searching...
No Matches
NCAlign.hh
Go to the documentation of this file.
1#ifndef __NCPP_NCALIGN_HH
2#define __NCPP_NCALIGN_HH
3
5
6namespace ncpp
7{
8 enum class NCAlign
9 {
13 };
14}
15#endif
NCAlign
Definition NCAlign.hh:9
@ NCALIGN_LEFT
Definition notcurses.h:82
@ NCALIGN_CENTER
Definition notcurses.h:83
@ NCALIGN_RIGHT
Definition notcurses.h:84