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
4
#include <
notcurses/notcurses.h
>
5
6
namespace
ncpp
7
{
8
enum class
NCAlign
9
{
10
Left
=
NCALIGN_LEFT
,
11
Center
=
NCALIGN_CENTER
,
12
Right
=
NCALIGN_RIGHT
,
13
};
14
}
15
#endif
ncpp
Definition
_exceptions.hh:9
ncpp::NCAlign
NCAlign
Definition
NCAlign.hh:9
ncpp::NCAlign::Center
@ Center
ncpp::NCAlign::Right
@ Right
ncpp::NCAlign::Left
@ Left
notcurses.h
NCALIGN_LEFT
@ NCALIGN_LEFT
Definition
notcurses.h:82
NCALIGN_CENTER
@ NCALIGN_CENTER
Definition
notcurses.h:83
NCALIGN_RIGHT
@ NCALIGN_RIGHT
Definition
notcurses.h:84
include
ncpp
NCAlign.hh
Generated by
1.9.8