Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
thebluepandabear
/
DTui
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
5efc1498cd
Branches
Tags
master
DTui
/
source
/
horizontaltextalignment.d
horizontaltextalignment.d
90 B
Historique
Raw
1
2
3
4
5
6
module horizontaltextalignment;
enum HorizontalTextAlignment {
left, center, right
}