API  0.9.9
CPText.j
Go to the documentation of this file.
1 /*
2  * CPText.j
3  * AppKit
4  *
5  * Created by Alexander Ljungberg.
6  * Copyright 2010, WireLoad, LLC.
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21  */
22 
23 CPEnterCharacter = "\u0003";
25 CPTabCharacter = "\u0009";
26 CPNewlineCharacter = "\u000a";
29 CPBackTabCharacter = "\u0019";
30 CPDeleteCharacter = "\u007f";
31 
42 
43 @typedef CPWritingDirection
47 
48 @typedef CPTextAlignment
CPUpTextMovement
Definition: CPText.j:39
CPEnterCharacter
Definition: CPText.j:23
CPWritingDirectionRightToLeft
Definition: CPText.j:46
CPRightTextAlignment
Definition: CPText.j:50
CPTabTextMovement
Definition: CPText.j:35
CPReturnTextMovement
Definition: CPText.j:34
CPLeftTextMovement
Definition: CPText.j:37
CPIllegalTextMovement
Definition: CPText.j:32
CPDownTextMovement
Definition: CPText.j:40
CPTabCharacter
Definition: CPText.j:25
CPNaturalTextAlignment
Definition: CPText.j:53
CPBackTabCharacter
Definition: CPText.j:29
CPRightTextMovement
Definition: CPText.j:38
CPJustifiedTextAlignment
Definition: CPText.j:52
CPWritingDirectionLeftToRight
Definition: CPText.j:45
CPOtherTextMovement
Definition: CPText.j:33
CPFormFeedCharacter
Definition: CPText.j:27
CPNewlineCharacter
Definition: CPText.j:26
CPTextAlignment CPLeftTextAlignment
Definition: CPText.j:49
CPCarriageReturnCharacter
Definition: CPText.j:28
CPCancelTextMovement
Definition: CPText.j:41
CPCenterTextAlignment
Definition: CPText.j:51
CPDeleteCharacter
Definition: CPText.j:30
CPBackspaceCharacter
Definition: CPText.j:24
CPWritingDirection CPWritingDirectionNatural
Definition: CPText.j:44
CPBacktabTextMovement
Definition: CPText.j:36