Oops, need to check in this file for new selection enums.
git-svn-id: svn://10.0.0.236/trunk@67830 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
32ac3276a3
commit
d0d7a8b884
@ -657,7 +657,12 @@ protected:
|
||||
|
||||
nsresult SelectAllContents();
|
||||
|
||||
// internal method. Pass -1 in start or end to indicate "don't set"
|
||||
enum {
|
||||
eIgnoreSelect = -2,
|
||||
eSelectToEnd = -1
|
||||
};
|
||||
|
||||
// internal method. Pass eIgnoreSelect or eSelectToEnd for special behaviour
|
||||
nsresult SetSelectionEndPoints(PRInt32 aSelectionStart, PRInt32 aSelectionEnd);
|
||||
|
||||
PRBool IsSingleLineInput() { return mIsInput; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user