Nana C++ Library  
An open-source C++ framework project
The Nana Programmer's Guide
nana::align and nana::align_v

Description

nana::align and nana::align_v define some constant value to indicate the alignment methods. The nana::align always indicates that aligns horizontally, and the nana::align_v indicates that aligns vertically.

Model of

None 

Public base classes

None

 Enum Members of nana::align

left Aligns things to the left.
center Aligns things to the center horizontally.
right Aligns things to the right.

Enum Members of nana::align_v

top Aligns things to the top.
center Aligns thigns to the center vertically.
right Aligns things to the bottom

File

nana/basic_types.hpp

Notes

None.

See also

None.


Move to The Nana Programmer's Guide Main Page