epoc32/include/gulftflg.hrh
branchSymbian2
changeset 2 2fe1408b6811
parent 0 061f57f2323e
child 4 837f303aceeb
     1.1 --- a/epoc32/include/gulftflg.hrh	Tue Nov 24 13:55:44 2009 +0000
     1.2 +++ b/epoc32/include/gulftflg.hrh	Tue Mar 16 16:12:26 2010 +0000
     1.3 @@ -1,1 +1,114 @@
     1.4 -gulftflg.hrh
     1.5 +// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +// All rights reserved.
     1.7 +// This component and the accompanying materials are made available
     1.8 +// under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     1.9 +// which accompanies this distribution, and is available
    1.10 +// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
    1.11 +//
    1.12 +// Initial Contributors:
    1.13 +// Nokia Corporation - initial contribution.
    1.14 +//
    1.15 +// Contributors:
    1.16 +//
    1.17 +// Description:
    1.18 +// Maximum length for text selection.
    1.19 +// 
    1.20 +//
    1.21 +
    1.22 +
    1.23 +
    1.24 +/**
    1.25 + @publishedAll 
    1.26 + @released 
    1.27 +*/
    1.28 +#define KTextSelectionMaxLen			40
    1.29 +
    1.30 +/** All font controls.
    1.31 +@publishedAll 
    1.32 +@released 
    1.33 +*/
    1.34 +#define	EGulFontControlAll				0x001
    1.35 +
    1.36 +/** Font control name.
    1.37 +@publishedAll 
    1.38 +@released 
    1.39 +*/
    1.40 +#define	EGulFontControlName				0x002
    1.41 +
    1.42 +/** Font control size.
    1.43 +@publishedAll 
    1.44 +@released 
    1.45 +*/
    1.46 +#define	EGulFontControlSize				0x004
    1.47 +
    1.48 +/** Bold font control.
    1.49 +@publishedAll 
    1.50 +@released 
    1.51 +*/
    1.52 +#define	EGulFontControlBold				0x008
    1.53 +
    1.54 +/** Italic font control.
    1.55 +@publishedAll 
    1.56 +@released 
    1.57 +*/
    1.58 +#define	EGulFontControlItalic			0x010
    1.59 +
    1.60 +/** Underline font control.
    1.61 +@publishedAll 
    1.62 +@released 
    1.63 +*/
    1.64 +#define	EGulFontControlUnderline		0x020
    1.65 +
    1.66 +/** Strikethrough font control.
    1.67 +@publishedAll 
    1.68 +@released 
    1.69 +*/
    1.70 +#define	EGulFontControlStrikethrough	0x040
    1.71 +
    1.72 +/** Font text color control.
    1.73 +@publishedAll 
    1.74 +@released 
    1.75 +*/
    1.76 +#define	EGulFontControlTextColor		0x080
    1.77 +
    1.78 +/** Print position font control.
    1.79 +@publishedAll 
    1.80 +@released 
    1.81 +*/
    1.82 +#define	EGulFontControlPrintPos			0x100 
    1.83 +
    1.84 +/** All fonts.
    1.85 +@publishedAll 
    1.86 +@released 
    1.87 +*/
    1.88 +#define	EGulAllFonts					0x01
    1.89 +
    1.90 +/** Monospace fonts only.
    1.91 +@publishedAll 
    1.92 +@released 
    1.93 +*/
    1.94 +#define	EGulMonospaceFontsOnly			0x02
    1.95 +
    1.96 +/** No monospace fonts.
    1.97 +@publishedAll 
    1.98 +@released 
    1.99 +*/
   1.100 +#define	EGulNoMonospaceFonts			0x04
   1.101 +
   1.102 +/** Symbol fonts only.
   1.103 +@publishedAll 
   1.104 +@released 
   1.105 +*/
   1.106 +#define	EGulSymbolFontsOnly				0x08
   1.107 +
   1.108 +/** No symbol fonts.
   1.109 +@publishedAll 
   1.110 +@released 
   1.111 +*/
   1.112 +#define	EGulNoSymbolFonts				0x10
   1.113 +
   1.114 +/** No monospace or symbol fonts.
   1.115 +@publishedAll 
   1.116 +@released 
   1.117 +*/
   1.118 +#define	EGulNoMonospaceOrSymbolFonts	0x20